0.0.18 ā€¢ Published 6 years ago

next-new v0.0.18

Weekly downloads
21
License
MIT
Repository
github
Last release
6 years ago

šŸ— next-new

Greenkeeper badge

Scaffolds a simple Next.js project structure to get started quickly

Install

$ npm install -g next-new

Usage

nn

Example

Run nn my-new-blog and get the following project structure

/my-new-blog
|-- next.config.js
|-- now.json
|-- package.json
|-- pages
|  `-- index.js

nn help

ā–² nn help

  Usage: nn [options] [command] <projectName>

  Commands:

    help  Display help

  Options:

    -d, --debug    Debugging (disabled by default)
    -f, --force    Force init (disabled by default)
    -h, --help     Output usage information
    -t, --init     Initialize a Next Project in the current folder (disabled by default)
    -i, --install  Install all dependencies (disabled by default)
    -s, --silent   ssshhhhhhh! (disabled by default)
    -v, --version  Output the version number

Contribute

See Contribution guidelines for this project

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago