1.5.0 • Published 7 years ago

booted v1.5.0

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

booted

Bootstrap a JavaScript project without fatigue.

Features

Requirements

  • Node.js v7.6.0 or higher (async/await support needed)
  • Yarn

Installation

yarn global add booted
# or
npm i -g booted

Usage

# initialize new project in current folder
booted

# or specify a folder
booted /home/projects/my-awesome-project

# then
yarn start # http://localhost:3000

# or
PORT=1337 yarn start # http://localhost:1337

# build and use in production
yarn prod # http://localhost:3000
1.5.0

7 years ago

1.4.0

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

2.0.0

7 years ago

0.0.2

7 years ago