0.0.2 • Published 3 years ago

halucy v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.

optionshorteffect
--watch-wstart server with watch mode
--dir-dspecify running directory, default is dist
--config-cspecify file configuration, default is .env
--typescript-tspecify typescript file configuration, default is typescript.json

build

because halucy is code on typescript, so it should build halucy framework as javascript.

optionshorteffect
--dir-dspecify running directory, default is dist
--typescript-tspecify 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.