Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/next-new
Scaffolds a simple next.js project structure to get started quickly
https://github.com/ntwcklng/next-new
boilerplate cli next nextjs node react scaffold zeit
Last synced: 3 months ago
JSON representation
Scaffolds a simple next.js project structure to get started quickly
- Host: GitHub
- URL: https://github.com/ntwcklng/next-new
- Owner: ntwcklng
- Created: 2017-01-01T15:44:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T09:18:06.000Z (over 4 years ago)
- Last Synced: 2024-09-30T14:41:05.344Z (3 months ago)
- Topics: boilerplate, cli, next, nextjs, node, react, scaffold, zeit
- Language: JavaScript
- Homepage:
- Size: 460 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 🏗 next-new
[![Greenkeeper badge](https://badges.greenkeeper.io/ntwcklng/next-new.svg)](https://greenkeeper.io/)
> Scaffolds a simple [Next.js](https://github.com/zeit/next.js) project structure to get started quickly
## Install
`$ npm install -g next-new`
## Usage
![nn](https://cloud.githubusercontent.com/assets/8714775/22752703/d2454bf0-ee39-11e6-986d-1511816032a9.gif)
## 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 helpUsage: nn [options] [command]
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](CONTRIBUTING.md)