yumon
v1.0.5
Published
A minimalist task executor
Readme
Yumon
The minimalist task CLI executor.
Table of content
Install
Global:
$ npm i -g yumonOr locally:
$ npm i -D yumonUsage
Yumon will always look for a yumonrc.yaml file (by default) in the directory where it is run:
Init
To initialize a default configuration file run the following command:
$ yumon initSelect
To select a task and execute it use the following command:
$ yumon selectOr for quick access simply:
$ yumonCustom config
If your configuration file is located in another location, use the following option:
$ yumon --config path/to/config.yamlHelp
For help on all other commands run:
$ yumon --helpExample config
tasks:
- name: Hello world
alias:
- greet
description: Show a "Hello world"
action: echo "Hello world"License
This project is under the MIT license.
