Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eunikitin committed Apr 20, 2018
1 parent 41adea5 commit 94edac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@

## Features
* Bundle your library with [Rollup](https://github.com/rollup/rollup)
* Write modern JavaScript with latest features of [babel](https://babeljs.io/)
* Write modern JavaScript with latest features of [Babel](https://babeljs.io/)
* Create your own distributable [React](https://reactjs.org/) components (optional)
* Check your types with [Flow](https://flow.org/) (optional)
* Test and cover with [jest](https://mochajs.org/) and [enzyme](http://chaijs.com/)
* Lint with [eslint](http://eslint.org/) ([air-bnb config](https://github.com/airbnb/javascript))
* Test and cover with [Jest](https://mochajs.org/) and [enzyme](http://chaijs.com/)
* Lint with [ESLint](http://eslint.org/) ([air-bnb config](https://github.com/airbnb/javascript))
* CI with [travis-ci.org](https://travis-ci.org/)
* Coverage info with [coveralls.io](https://coveralls.io)
* Track and update your dependencies with [renovateapp.com](https://renovateapp.com/)

## Getting started
1. [Clone this repo from github](https://github.com/eunikitin/modern-package-boilerplate)
2. Inside repo directory run `npm install && rm -r .git && git init`
2. Inside the repo directory run `npm install && rm -r .git && git init`
2. Update package.json with your information

0 comments on commit 94edac7

Please sign in to comment.