Skip to content

ekstep/generator-ekstep-content-plugin

Repository files navigation

generator-ekstep-content-plugin

Yeoman generator for esktep content plugin

Usage

Install Yeoman and generator-ekstep-content-plugin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g ekstep/generator-ekstep-content-plugin

Then generate your new plugin:

yo ekstep-content-plugin

Development

  • Running tests
npm install
npm test
  • Running tests in watch mode
node_modules/jest/bin/jest.js --watch __tests__/*
  • Verifying generator locally
mkdir -p /tmp/generator-test && cd /tmp/generator-test
yo <path-to-generator-ekstep-content-plugin>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published