Yeoman generator for Jskeleton Extensions
Installation
Install the generator
npm install -g generator-jskeleton-extension
Make a new directory and cd into it
mkdir -p my-project && cd $_
Scaffold a new Jskeleton extension project:
yo jskeleton-extension [extensionName]
Test
To run test:
npm test
Contribute
See the contributing docs
When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.