An ember-cli addon for compiling nearley grammars from nearley grammar file.
npm install --save-dev ember-cli-nearley-compiler
By default this addon will generate a Javascript grammar for every file with the ne extension, the generated grammar extension is js and will be located in the same folder as the grammar file.
The grammer is exported as an ES6 module and can imported as any other JS file.