@michaelkoelewijn/textsplit
v0.1.0
Published
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.
Readme
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.jsonwith your package info - Change the constants in
webpack.config.js
Available scripts
buildThis will run webpackwatchThis will run webpack in watch modepublishThis will publish your package to NPM. Keep in mind that the --acces=public flag is active. You can remove this if necessary
