Links
xc - Simple, Convenient, Docs-based task runner
xcfile.dev
xcis a task runner similar toMakeornpm run, that aims to be more discoverable and approachable.The problem
xcis intended to solve is scripts maintained separately from their documentation. Often aMakefileor apackage.jsonwill contain some useful scripts for developing on a project, then theREADME.mdwill surface and describe these scripts. In such a case, since the documentation is separate, it may not be updated when scripts are changed or added.xcaims to solve this by defining the scripts inline with the documentation.