nestpress

0.1.3 • Public • Published

NestPress cli

A CLI to automatically clone the Nestpress template

use

  • Create a project with nestpress
# create on current directory
npx nestpress@latest init .

# create on sub directory
npx nestpress@latest init directory_name
  • Create a single module inside feature directory
# create a module called admin [you can use m or module command]
npx nestpress@latest m admin
# or
npx nestpress@latest module admin -s # [-s is the option for single module, you can omit it by default its single]
  • Create a multi module inside feature directory
# create a module called admin [you can use m or module command]
npx nestpress@latest m blog -m # [-m means multi module]

# create a single module inside blog multi module
npx nestpress@latest m category blog -s # this will create a category module inside blog directory

author

milon27.com

Readme

Keywords

Package Sidebar

Install

npm i nestpress

Weekly Downloads

7

Version

0.1.3

License

ISC

Unpacked Size

7.05 kB

Total Files

7

Last publish

Collaborators

  • milon27