Closed dialex closed 5 years ago
Fixes #68
Actually the bash scripts were replace by vanilla npm scripts. This way, contributors have on less language to learn (just JS, no more bash).
Also, I used Fakefile to get the make syntax for free when using npm run scripts behind the scenes.
npm run scripts
Fixes #68
Actually the bash scripts were replace by vanilla npm scripts. This way, contributors have on less language to learn (just JS, no more bash).
Also, I used Fakefile to get the make syntax for free when using
npm run scripts
behind the scenes.