ch-select-picker

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i ch-select-picker

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

391 kB

Total Files

24

Last publish

Collaborators

  • hakim-ch