Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/karimsa/wiz
- Owner: karimsa
- Created: 2019-07-11T19:14:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T20:15:48.000Z (over 4 years ago)
- Last Synced: 2025-01-23T00:04:54.942Z (6 days ago)
- Topics: benchmark-framework, build, bundler, compiler, javascript, linter, profiler, test-framework
- Language: JavaScript
- Homepage: https://wiz.js.org
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wiz
Zero config toolchain to manage JS projects with simplicity.
**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.