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

https://github.com/matchai/toolkit-utils

🛠 A set of reusable classes and utilities for creating toolkits
https://github.com/matchai/toolkit-utils

Last synced: 4 months ago
JSON representation

🛠 A set of reusable classes and utilities for creating toolkits

Awesome Lists containing this project

README

        

toolkit-utils


A set of reusable classes and utilities for creating toolkits

---

> ⚠️ This is very much work in progress. The API will be facing breaking changes until it is no longer alpha.

Inspired by ["Tools without config"](https://blog.kentcdodds.com/automation-without-config-412ab5e47229), ["The Melting Pot of JavaScript"](https://youtu.be/G39lKaONAlA), and [kcd-scripts](https://github.com/kentcdodds/kcd-scripts).

This library provides utility classes and methods for creating toolkits, used to abstract much of the overhead involved in regular JS and TS tasks, such as testing, linting, formatting, building, etc.

# API

{{>main}}