1.1.1 • Published 5 years ago

create-next-library v1.1.1

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
5 years ago

Create Next Library

CLI to generate a local NextJS library module using RollUp.

build

Features

  • Easy-to-use CLI
  • Handles all modern JS features
  • Bundles cjs and es module formats
  • Standard latest versions of next and react
  • Rollup for bundling
  • Babel for transpiling
  • Hot-reloading

Usage

Install the package globally using npm

$: npm install -g create-next-library

Create a new module using a single command

$: create-next-library

Run npm start in both / and /dev folders and watch it magically hot-reload changes in your module and development environment.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago