michaelkoelewijn / npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM package starting point

You can use this project to kickstart your npm package. This project uses webpack & babel (env) to build your files so ES6 code can be used.

How to use

  • Update package.json with your package info
  • Change the constants in webpack.config.js

Available scripts

  • build This will run webpack
  • watch This will run webpack in watch mode
  • publish This will publish your package to NPM. Keep in mind that the --acces=public flag is active. You can remove this if necessary

About

License:MIT License


Languages

Language:JavaScript 100.0%