This is repo where I archive some of the code examples
npm run test - run tests
npm run test -- --watch - run tests in watch mode
Before use generator install Yeoman npm install -g yo. Go to the tools/generator-problem folder and create a symlink of generator npm link
Run generator yo problem
You should insert a name of a problem (aka function name) and description of a problem (detailed readme instruction).