Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

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 help

Usage: 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)