0.4.1 • Published 7 years ago

boot-cli v0.4.1

Weekly downloads
3
License
WTFPL
Repository
github
Last release
7 years ago

boot

Bootstrap a JavaScript project without fatigue.

Features

Requirements

Installation

yarn global add boot-cli
# or
npm i -g boot-cli

Usage

# initialize new project in current folder
boot
# or specify a folder
boot /home/projects/my-awesome-project
# then
yarn start # http://localhost:3000
# or
PORT=1337 yarn start # http://localhost:1337
0.4.1

7 years ago

0.4.0

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago