Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imyelo/kunkka

:anchor: Dead simple framework for building workflowing CLI tools like `babel` and `vue`
https://github.com/imyelo/kunkka

babel cli command kunkka plugin preset vue workflow

Last synced: 23 days ago
JSON representation

:anchor: Dead simple framework for building workflowing CLI tools like `babel` and `vue`

Awesome Lists containing this project

README

        

# kunkka
> :anchor: Dead simple framework for building workflowing CLI tools like `babel` and `vue`

## Still WIP
:rotating_light: Kunkka is still working in progress, which means the apis are unstable currently.
Please use at your own risk.

## Feature
- [ ] Easy to get started
- [x] Design for multiple commands
- [x] Autoload config via rc or `cliname.config.js`
- [x] Autoload environment values from multiple `.env` files
- [x] Pluginable
- [x] Presetable
- [x] Extendable plugin api
- [ ] Easy to use argv parsing util in each command
- [x] Perfect with Typescript

## License
Apache-2.0 © [yelo](https://github.com/imyelo), 2019 - present