Skip to content

ArnabRollin/Task-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-rust

Task-rust is a simple task manager (like npm run) which can be used to shorten commands significantly. The tasks are stored in a tasks.json file.

Examples

// tasks.json
[
  {
    "name": "greet",
    "command": "echo Hello"
  }
]
% task greet
Hello
% task greet user
Hello user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages