Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marekbrainhub/hadron-collider
A simple application generator for Hadron.
https://github.com/marekbrainhub/hadron-collider
cli generator hadron
Last synced: 8 days ago
JSON representation
A simple application generator for Hadron.
- Host: GitHub
- URL: https://github.com/marekbrainhub/hadron-collider
- Owner: marekbrainhub
- Created: 2018-07-02T11:53:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T13:02:02.000Z (over 6 years ago)
- Last Synced: 2024-11-06T20:49:58.451Z (12 days ago)
- Topics: cli, generator, hadron
- Language: JavaScript
- Homepage: http://hadron.pro
- Size: 600 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collider
A project generator for [Hadron](http://hadron.pro). It is the quickest way to get started with Hadron.
## Installation
```sh
npm install --global hadron-collider
```## Quick start
Just navigate to the directory where you want to spawn your project and run
```sh
collide
```## Features
- 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## Upcoming:
- Typescript templates.
- Update Babel to version 7 when it comes out of beta.