1.1.0 • Published 7 years ago
ch-select-picker v1.1.0
Select Picker
JS plugin to redesign the HTML select element
Features
- ES6 - Write ES6 code and Babel will transpile it to ES5 for backwards compatibility
- Test - Jest with Istanbul coverage
- Lint - Preconfigured ESlint with Airbnb config
- CI - TravisCI configuration setup
- Minify - Built code will be minified for performance
Commands
yarn test- Run tests with jest.yarn lint- Run ESlint with airbnb-configyarn dev- Webpack will transpile ES6 => ES5.yarn watch- Webpack will transpile ES6 => ES5 and watch the changes on the code.yarn build- Webpack will transpile and minify the code for production.yarn coveralls- Run tests with coverage && generate coverage folder.yarn run publish- Hook for npm. Do all the checks before publishing your module.
Installation
npm install ch-select-picker or yarn add ch-select-picker
License
MIT © Hakim Chmimo