2.1.0 • Published 4 years ago

@kishannareshpal/create-nodets v2.1.0

Weekly downloads
10
License
WTFPL
Repository
github
Last release
4 years ago

description: Quickly set up a Node.js app for TypeScript by running one command.

create-nodets

🏃🏾‍♂️ Install it

npm version

To install create-nodets to your machine globally, run:

$ npm i -g @kishannareshpal/create-nodets

🐌 Usage

The usage of this utility couldn't be more easier:

$ create-nodets [options] [command]

Examples:

Create a basic node cli app:

$ create-nodets new myapp 

Create a NPM+WebPack+TypeScript app:

$ create-nodets new myapp --template web

Commands

new <packagename> [-t <templatename>]

Create a new package in the current working directory. With an optionally provided template name defaults: cli

Options

-t --template <templatename>

Template to be used. templatename: cli or web (default: "cli")

-lt -templates

List all available templates

--help, -h

Show the help screen.

--version, -V

Show version.

2.1.0

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago