A project generator for Hadron. It is the quickest way to get started with Hadron.
npm install --global hadron-collider
Just navigate to the directory where you want to spawn your project and run
collide
- Support for eslint presets.
- Support for Babel.
- Generation of boilerplate for several useful Hadron packages:
hadron-express
hadron-validation
hadron-typeorm
hadron-events
- Support for both npm and yarn
- Typescript templates.
- Update Babel to version 7 when it comes out of beta.