0.0.5 • Published 2 months ago

@taskfolders/tk v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

GitHub Actions

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/tk

Now just type tk whenever you have a package.json file.

For a list of all features visit the documentation page.

0.0.5

2 months ago

0.0.3

2 months ago

0.0.4

2 months ago

0.0.2

2 months ago