Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karimsa/wiz

Zero config toolchain to manage JS projects with simplicity.
https://github.com/karimsa/wiz

benchmark-framework build bundler compiler javascript linter profiler test-framework

Last synced: 6 days ago
JSON representation

Zero config toolchain to manage JS projects with simplicity.

Awesome Lists containing this project

README

        

wiz


Zero config toolchain to manage JS projects with simplicity.




CircleCI

**Features:**

* **Build projects:** wraps [rollup](https://github.com/rollup/rollup) with a pipeline to build libraries, tools, & APIs.
* **Lint projects:** wraps [eslint](https://github.com/eslint/eslint) with strict, non-configurable defaults (and bumps performance).
* **Test projects:** wraps [jest](http://github.com/facebook/jest) with dynamic defaults.
* **Benchmark projects:** provides a benchmark runner.
* **Profile projects:** provides an instrumentation-based CPU profiler to isolate bottlenecks.

## Getting Started

1. Install `wiz` via `npm install --save-dev @karimsa/wiz`.
2. See [documentation](http://wiz.js.org/).

## License

Licensed under MIT license.

Copyright © 2019-present Karim Alibhai. All rights reserved.