Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

4.0 #3

Closed
2 tasks done
deepsweet opened this issue Feb 9, 2016 · 0 comments
Closed
2 tasks done

4.0 #3

deepsweet opened this issue Feb 9, 2016 · 0 comments

Comments

@deepsweet
Copy link
Owner

  • move current CLI to an external package start-simple-cli (node_modules/.bin/start will remain the same)
  • create new start-babel-cli that will call start-simple-cliafter require('babel-register') and require('babel-polyfill')
    • no more babel-node explicit dependency
    • cleaner NPM scripts:
"scripts": {
  "start": "start ./tasks"
}
npm start build
npm start dev
npm start lint
npm start test
npm start tdd
npm start cover
npm start travis
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant