0.4.1 • Published 8 years ago

boot-cli v0.4.1

Weekly downloads
3
License
WTFPL
Repository
github
Last release
8 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

8 years ago

0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago