3.0.5 • Published 2 years ago

nork v3.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Nork

Simple node.js tool that extends express projects.

About

The point of this tool is to add to express some feeling of php framework Laravel. Primarily get simply express app into MVC architecture.

Installation

npm install -g nork

This will install nork globally. If you would like to install nork for only one project, you can also install it locally. For local installation:

npm install nork

How to use

Usage: nork <command> [options]

Options:
  -v, --version                  output the version number
  -h, --help                     output usage information

Commands:
  create [app-name]              create a new project
  create [app-name] -i           create a new project in current directory
  make controller [name]         create a new controller
  make middleware [name]         create a new middleware
  make model [name]              create a new model
  make route [name]              create a new route
  make test [name]               create a new test
  make view [name]               create a new view
  setup                          set up an existing project for nork
3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago