0.0.2 • Published 5 years ago

@leggsimon/create-next-app v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

create-next-app

This is an initialiser for npm (like create-react-app) which scaffolds a small next.js project the way I prefer it.

Usage

Where you would substitute <directory-name> for the new directory you want the project to be created in.

This is required, if you don’t specify one, don’t worry it won’t use your current working directory by default.

npm init @leggsimon/next-app <directory-name>

or

npx @leggsimon/create-next-app <directory-name>

or

yarn create @leggsimon/next-app <directory-name>

What does it do?

Initialises a next.js application in the specified directory.

Local Development

git clone git@github.com:leggsimon/create-next-app.git
cd create-next-app
npm install

How to publish

(This is more for me, so I don’t forget)

This uses the np package to deploy. On the master branch locally run np and follow the instructions.

Why?

I love create-next-app but the dafult provides a directory structure I don’t personally like. So I thought I’d do one for myself. That said, create-next-app is a great project and you should totally check it out.

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago