Icon component implemented by react
- Include CI Script to run the test and publish your package.
- Support ES6 syntax
- Support React to write your component
- Support ESlint to check the code.
- Support Mocha to test your code.
- Support Chai to run test react test.
$ npm|yarn install
$ npm|yarn run lint
$ npm|yarn run test
# or run the test in watch mode
$ npm|yarn run test:watch
$ npm|yarn run babel
# or run babel in watch mode
$ npm|yarn run babel:watch
$ npm|yarn run build
- Update the travis-ci config travis.yml
- Setup the ci into travis-ci.
$ npm|yarn run release
react-ex-icon is released under the MIT license.