generator-jskeleton-extension

Yeoman generator to build Jskeleton extensions

Usage no npm install needed!

<script type="module">
  import generatorJskeletonExtension from 'https://cdn.skypack.dev/generator-jskeleton-extension';
</script>

README

NPM version NPM downloads Dependency Status

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.

License

MIT license