# istack-components-ezwon

> istack common library using react-transform-hmr, Babel 6, webpack and SASS

Latest version **0.0.2** (published 2017-03-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install istack-components-ezwon
pnpm add istack-components-ezwon
yarn add istack-components-ezwon
bun add istack-components-ezwon
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-03-13 |
| First published | 2017-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jr Reyes |
| Maintainers | evilboss |
| Keywords | react, react-component, istack-manila |

## Links

- npm: https://www.npmjs.com/package/istack-components-ezwon
- npm.io page: https://npm.io/package/istack-components-ezwon

## Dependencies (5)

- [react](https://npm.io/package/react.md) ^15.4.1
- [invariant](https://npm.io/package/invariant.md) ^2.0.0
- [react-dom](https://npm.io/package/react-dom.md) ^15.4.1
- [classnames](https://npm.io/package/classnames.md) ^2.2.3
- [@kadira/storybook-deployer](https://npm.io/package/@kadira/storybook-deployer.md) ^1.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2017-03-13
- 0.0.1 — 2017-03-09

## README

#istack-components-ezwon

> istack common library using react-transform-hmr, Babel 6, webpack and SASS

##Features

1. [Babel 6](http://babeljs.io/) for ES6 and ES7
1. [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
1. [mocha](https://mochajs.org/) to allow writing unit tests for the project
1. [react-storybook](https://github.com/kadirahq/react-storybook)
1. [enzyme](http://airbnb.io/enzyme/index.html) for testing
1. [travis](https://travis-ci.org/) as CI
1. [istanbul](https://github.com/gotwarlost/istanbul) for code coverage (ES2015)
1. [codecov.io](https://codecov.io) for code-coverage reporting
1. Scripts written for building components(ES5)
1. [semantic-release](https://github.com/semantic-release/semantic-release) for automated releases following semantic versioning
1. [commitizen](https://github.com/commitizen/cz-cli) and [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) for better commit messages.


## Getting started
```
cd istack-components-ezwon/
npm install
npm run storybook
```

### Scripts

1. `npm run lint` : Lint all js files
1. `npm run lintfix` : fix linting errors of all js files
1. `npm run semantic-release` : make a release. Leave it for CI to do.
1. `npm run storybook`: Start developing by using storybook
1. `npm run test` : Run tests. tests file should be written as `*.test.js` and using ES2015
1. `npm run test:watch` : Watch tests while writing
1. `npm run test:cover` : Show coverage report of your tests
1. `npm run test:report` : Report test coverage to codecov.io. Leave this for CI
1. `npm run build`: transpile all ES6 component files into ES5(commonjs) and put it in `dist` directory
1. `npm run docs`: create static build of storybook in `docs` directory that can be used for github pages

Learn how to write stories [here](https://getstorybook.io/docs/basics/writing-stories)

### License
MIT

---
_Source: https://npm.io/package/istack-components-ezwon · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
