0.1.2 • Published 7 years ago

react-ex-icon v0.1.2

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

react-ex-icon

Icon component implemented by react

Current Status:

NPM Version NPM Downloads Build Status

NPM

Features:

  • 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.

Development:

Setup

$ npm|yarn install

Linting

$ npm|yarn run lint

Testing

$ npm|yarn run test
# or run the test in watch mode
$ npm|yarn run test:watch

Compile code

$ npm|yarn run babel
# or run babel in watch mode
$ npm|yarn run babel:watch

Generate distribution code

$ npm|yarn run build

Setup CI

  • Update the travis-ci config travis.yml
  • Setup the ci into travis-ci.

Publish your package

$ npm|yarn run release

License

react-ex-icon is released under the MIT license.