Socket
Socket
Sign inDemoInstall

booted

Package Overview
Dependencies
500
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    booted

Bootstrap a JavaScript project without fatigue


Version published
Maintainers
1
Created

Readme

Source

booted

Bootstrap a JavaScript project without fatigue.

Features

  • Gentle Webpack 3 config
  • Babel with stage 1 and env presets
  • Yarn
  • ESLint with Airbnb base config
  • Koa with common middleware
  • Pug
  • Stylus

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

Keywords

FAQs

Last updated on 13 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc