Not working on it anymore. Trying to create a babel configuration from scratch. Details in issues at https://github.com/GroceriStar/groceristar-fetch
Put your code into src/
folder
publish updates via npm run dev
run script at node lib/index.js
to see how it actually works on dev
for custom lint use
./node_modules/.bin/eslint src
Travis CI : https://travis-ci.org/GroceriStar/es6-package
Powerful, flexible and easy-to-use boilerplate for creating modern npm packages
- Bundle your library with Rollup
- Write modern JavaScript with latest features of Babel
- Create your own distributable React components (optional)
- Check your types with Flow (optional)
- Test and cover with Jest and Enzyme
- Lint with ESLint (air-bnb config)
- Path aliases with babel module-resolver plugin
- CI with travis-ci.org
- Coverage info with coveralls.io
- Track and update your dependencies with renovateapp.com
- Clone this repo from github
- Inside the repo directory run
npm install && rm -r .git && git init
- Update package.json with your information