Yeoman generator for esktep content plugin
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
- 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>