maid
maid copied to clipboard
Markdown driven task runner.
If there is not a `maidfile.md` in the current directory then look in the user's root for a file something like `.maidfile.md`
related to #35 removed the `-p` shorthand alias, because it may conflict with other CLIs
I just want to have some blocks be documenting how to use it, and then later define how it works. So imagine that this would work (note the first blocks...
Hey, thanks for the interesting tool! I was just gonna make a suggestion. Right now you can have things like `postbuild` and `prebuild` which run automatically. But the automatic before/after...
Right now task names are case sensitive. Worried this will cause a lot of confusion in some cases. Consider the following maidfile: ## Example ```bash echo "example A" ``` ##...
Introduce an argument `--update-scripts` to write all the maid tasks to the package.json file. So `## clean` -> `"scripts: { "clean": "maid clean" }` This will allow users to use...