necro-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

The Necro CLI

The command line tool for faster developing experience

Table of Contents

Installation

$ npm install -g necro-cli
$ necro COMMAND
running command...
$ necro (--version)
necro-cli/0.0.3 darwin-x64 node-v12.22.6
$ necro --help [COMMAND]
USAGE
  $ necro COMMAND
...

Commands

necro bootstrap [PROJECT_TYPE] [VARIANT] [DIR]

Use a boilerplate and setup a new project

USAGE
  $ necro bootstrap [PROJECT_TYPE] [VARIANT] [DIR] [-y]

ARGUMENTS
  PROJECT_TYPE  The type of the project. For example: react
  VARIANT       The variant of the boilerplate
  DIR           The path to the project directory

FLAGS
  -y, --yes  Skip input confirmation

DESCRIPTION
  Use a boilerplate and setup a new project

See code: dist/commands/bootstrap/index.ts

Readme

Keywords

Package Sidebar

Install

npm i necro-cli

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

13.2 kB

Total Files

12

Last publish

Collaborators

  • necrobits