0.1.3 • Published 12 months ago

nestpress v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago