halucy

0.0.2 • Public • Published

Halucy

Halucy is a node framework based on restify and typescript, this is halucy cli, make project quickly .

Usage

Install

npm i -g halucy

Commands

Halucy commands can make project more simple and quick.

init

init a halucy project

start

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

build

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

TODO

  • [ ] complete init, start, build command.
  • [ ] add make command, can make controller, model, schema more quick.
  • [ ] complete docs.

Readme

Keywords

Package Sidebar

Install

npm i halucy

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

14.1 kB

Total Files

7

Last publish

Collaborators

  • kavience_owner