Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 732 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 732 Bytes

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>