1.1.0 • Published 5 years ago

ch-select-picker v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Select Picker

Build Status License: MIT

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-config
  • yarn 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

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.3

5 years ago