# @erickmerchant/assets

Generate css using postcss, and js using browserify and babel.

Uses the following modules.

__for css__

- [cssnano](https://github.com/ben-eb/cssnano)
- [postcss-import](https://github.com/postcss/postcss-import#readme)
- [postcss-preset-env](https://github.com/jonathantneal/postcss-preset-env)
- [postcss](http://postcss.org/)

__for js__

- [@babel/preset-env](https://github.com/babel/babel/tree/master/packages/babel-preset-env)
- [babelify](https://github.com/babel/babelify)
- [browser-pack-flat](https://github.com/goto-bus-stop/browser-pack-flat)
- [browserify](http://browserify.org/)
- [common-shakeify](https://github.com/browserify/common-shakeify)
- [exorcist](https://github.com/thlorenz/exorcist)
- [minify-stream](https://github.com/goto-bus-stop/minify-stream)
- [unassertify](https://github.com/unassert-js/unassertify)


## Install

```
npm install @erickmerchant/assets
```

## Help

```
npx assets --help
```
