Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 726 Bytes

CONTRIBUTION.md

File metadata and controls

17 lines (9 loc) · 726 Bytes

Requirements

To activly work with this repository you need to install yarn + Nodejs

Working with code

Each file in src directory represents single function. You can easly write code in the newest standard as this code will be transpiled to support html5+ browsers.

Testing

To check if the code is correct run yarn build in your command line if process exit with code 0 that means your code is correct and ready to be commited.

You can write tests with jest framework, by placing file in src/__tests__ directory.

Templates

If you want to expose template in generator please update templates.js file.