manucorporat / create-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Builder.io

Note that you will need to use npm 6 or higher.

Run:

npm i -g npm

To install latest version of npm

Usage

Interactive mode

npm init builder

Command mode

npm init builder <starter> <projectName>

Example:

npm init builder nextjs my-site

Built-in starters

Developing locally

If you want to add features, clone this repo, open terminal:

Install dependencies

npm install

Then, compile and run the starter:

npm run dev

And it will help you test out your changes.

Related

License

  • MIT

About

License:MIT License


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%