next-new

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

Downloads
48
Stars
6
Committers
2

🏗 next-new

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

Install

$ npm install -g next-new

Usage

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

Package Rankings
Top 13.25% on Npmjs.org
Badges
Extracted from project README
Greenkeeper badge
Related Projects