0.0.2 • Published 4 years ago

@gramble/gramble v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Gramble

Build Status

/ˈɡɹæ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 install

Then,

npm run bootstrap

Building

The TypeScript code must be compiled:

npm run build

Testing

npm test

Updating dependencies

npm run bootstrap

Adding new dependencies

npx lerna add <package> path/to/subpackage

License

2020 © Patrick Littell. MIT Licensed. See LICENSE for details.