npm-boom

3.1.0 • Public • Published

npm-boom

Generate boilerplate for es6 npm modules.

npm-boom demo

installation

yarn global add npm-boom
# or if you prefer 
npm i -g npm-boom

usage

# create scaffolding 
npm-boom projectname
 
# install npm dependencies 
cd projectname && yarn
 
# you're done! 

structure

  • src/ - es6
  • lib/ - transpiled es5

features

  • eslint setup
  • babel setup
  • basic npm and git ignore files
  • Jest test setup (supports es6)
  • React ready

package scripts

  • start
  • lint
  • test
  • build

Package Sidebar

Install

npm i npm-boom

Weekly Downloads

14

Version

3.1.0

License

ISC

Unpacked Size

123 kB

Total Files

24

Last publish

Collaborators

  • reergymerej