@taskfolders/tk
v0.0.5
Published
The one Task Runner to unify all development scripts
Downloads
6
Maintainers
Readme
Run development scripts scattered across multiple locations in your project.
As your project grows it is more likely that you will have to introduce new locations for your scripts. This is where **tk`` helps finding them in:
- ./bin/*
- ./tasks/{name}/*
- package.json from npm
- index.md from TaskFolders
- Past the current package (in monorepos)
Even as a replacement of npm run it will help you to:
- Accept partial name matches
- Interactive task selection
- Combine tasks from all project files
- Shell renaming conventions
Quick start
Install the package:
npm install -g @taskfolders/tkNow just type tk whenever you have a package.json file.
For a list of all features visit the documentation page.
