Halucy is a node framework based on restify and typescript, this is halucy cli, make project quickly .
npm i -g halucy
Halucy commands can make project more simple and quick.
init a halucy project
start halucy server.
option | short | effect |
---|---|---|
--watch | -w | start server with watch mode |
--dir | -d | specify running directory, default is dist |
--config | -c | specify file configuration, default is .env |
--typescript | -t | specify typescript file configuration, default is typescript.json |
because halucy is code on typescript, so it should build halucy framework as javascript.
option | short | effect |
---|---|---|
--dir | -d | specify running directory, default is dist |
--typescript | -t | specify typescript file configuration, default is typescript.json |
- [ ] complete
init
,start
,build
command. - [ ] add
make
command, can make controller, model, schema more quick. - [ ] complete docs.