0.0.7 • Published 4 years ago
create-builder-experimental v0.0.7
Create Builder.io
Note that you will need to use npm 6 or higher.
Run:
npm i -g npmTo install latest version of npm
Usage
Interactive mode
npm init builderCommand mode
npm init builder <starter> <projectName>Example:
npm init builder nextjs my-siteBuilt-in starters
Developing locally
If you want to add features, clone this repo, open terminal:
Install dependencies
npm installThen, compile and run the starter:
npm run devAnd it will help you test out your changes.
Related
License
- MIT