Socket
Socket
Sign inDemoInstall

babel-npm-boilerplate

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-npm-boilerplate

A Boilerplate for creating NPM packages using Babel, ESLint, Mocha and Chai


Version published
Weekly downloads
2
Maintainers
1
Install size
3.56 kB
Created
Weekly downloads
 

Readme

Source

babel-npm-boilerplate Build Status npm version

A Boilerplate for creating NPM packages using Babel, ESLint, Mocha and Chai

What's inside

Minimal structure for a npm package source.

  • Babel 6
  • Mocha
  • ESLint
  • Isparta

Installation

Clone this repo or download using npm

npm install babel-npm-boilerplate --save

Usage

  • npm run test to run tests
  • npm run test-cov to generate test coverage
  • npm run build to transform es6/es7 to es5 by Babel
  • npm run clean to clean build/ directory
  • npm run lint to lint js using ESLint in Airbnb's Javascript style

Liscense

MIT

Keywords

FAQs

Last updated on 22 Nov 2015

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