@leggsimon/create-next-app

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i @leggsimon/create-next-app

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

31.2 kB

Total Files

14

Last publish

Collaborators

  • leggsimon