Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 479 Bytes

Code archive

This is repo where I archive some of the code examples

Scripts

npm run test - run tests

npm run test -- --watch - run tests in watch mode

Generator problem

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).