0.1.2 • Published 4 years ago

@kovac.dr/cli v0.1.2

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

@kovac.dr/cli - a express tempalte generator

First of all you need to install the module globally typing the following command:

$ npm i -g @kovac.dr/cli

This will enable a global command called kovac, to use it you only need to type the next command:

$ kovac create <project_name> [options]

There are a list for the options you can use:

  • --yes or -y which will go with the default options
  • --install or -i which will install all the dependencies
  • --git or -g which will init a git repo

If you not use any options the cli will ask you for the configuration, you can use a javascript template or a typescript template.

This module do not have many features yet because it still in progres... i will make the cli with more flexible and have more options. But that's what it have, at least for now ;)

Links

Github Repo:

KovacDR/cli

npmjs package:

@kovac.dr/cli

ChangeLog

V0.1.2

  • Added Error handlers.