0.0.3
the task runner from the future
Repository
Current version released
3 years ago
Versions
endoskeleton
Picture source: https://creary.net/@ruslankazarez
the task runner from the future
Endoskeleton (pronounced) is a lightweight task runner for modern software development.
Features
- Cross platform
- Type save configuration
- Templating
- Remote scripts
- Isolated permissions for scripts
Getting started
deno install --allow-read=endo.yaml --allow-write=endo.yaml,.endo-schema.json --allow-run --no-check https://deno.land/x/endoskeleton@0.0.1/endo.ts
for Windows: you also need to set the PATH environment variable
Usage
Update
deno install -f --allow-read=endo.yaml --allow-write=endo.yaml,.endo-schema.json --allow-run --no-check https://deno.land/x/endoskeleton@0.0.1/endo.ts
Coming soon
- Task dependencies
- Parallel tasks