1.1.1 • Published 6 years ago
create-next-library v1.1.1
Create Next Library
CLI to generate a local NextJS library module using RollUp.
Features
- Easy-to-use CLI
- Handles all modern JS features
- Bundles
cjsandesmodule formats - Standard latest versions of
nextandreact - Rollup for bundling
- Babel for transpiling
- Hot-reloading
Usage
Install the package globally using npm
$: npm install -g create-next-libraryCreate a new module using a single command
$: create-next-libraryRun npm start in both / and /dev folders and watch it magically hot-reload changes in your module and development environment.