FormidableLabs / builder-init

A project generator for builder archetypes.
MIT License
12 stars 2 forks source link

Feature: Run `scripts` placed in `init.js` after project initialization. #12

Closed ryan-roemer closed 7 years ago

ryan-roemer commented 8 years ago

Research and add a scripts functionality for things like having a project after initialization do:

$ npm install
$ node_modules/.bin/builder run check-ci

Task: