Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/imyelo/kunkka
- Owner: imyelo
- License: apache-2.0
- Created: 2019-02-15T14:26:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T13:13:29.000Z (over 5 years ago)
- Last Synced: 2024-09-18T10:43:17.573Z (about 2 months ago)
- Topics: babel, cli, command, kunkka, plugin, preset, vue, workflow
- Language: TypeScript
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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