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
- Host: GitHub
- URL: https://github.com/matchai/toolkit-utils
- Owner: matchai
- Created: 2019-02-06T21:07:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T15:13:11.000Z (over 5 years ago)
- Last Synced: 2025-02-02T04:31:45.125Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 632 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.hbs
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}}