boot-cli

0.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i boot-cli

Weekly Downloads

2

Version

0.4.1

License

WTFPL

Last publish

Collaborators

  • evenfrost