0.0.2 • Published 5 years ago
@gramble/gramble v0.0.2
Gramble
/ˈɡɹæmˌbɫ̣/ (GRAMM-bl)
Write your grammar as a spreadsheet!
For maintainers
This repo is managed using Lerna. We use Lerna to manage multiple,
interdependent packages. The biggest change between using Lerna and
using npm is you can no longer run npm install within packages.
Instead, always run npm run bootstrap from the root directory of the
repository.
Installing dependencies
First, make sure Lerna is installed:
npm installThen,
npm run bootstrapBuilding
The TypeScript code must be compiled:
npm run buildTesting
npm testUpdating dependencies
npm run bootstrapAdding new dependencies
npx lerna add <package> path/to/subpackageLicense
2020 © Patrick Littell. MIT Licensed. See LICENSE for details.