booted

1.5.0 • Public • Published

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 

Package Sidebar

Install

npm i booted

Weekly Downloads

4

Version

1.5.0

License

WTFPL

Last publish

Collaborators

  • evenfrost