auto-dash
v2.2.0
Published
An online task automator
Readme
Auto Dash
An online task automator
To list tasks:
npx auto-dash list <?task args>To run a task:
npx auto-dash <task> [?arguments]To run a local tasks:
npx auto-dash local <.sh or folder path>To create or modify a task:
- Clone the dash repository:
git clone [email protected]:LucasLopesCaldas/dashes.git - Create a new branch:
git checkout -b <branch name> - Create a folder with the name of the task:
mkdir <task name> - Create, modify and test a shell script inside the created folder:
touch index.sh - Commit and push
- Create a pull request
- Wait for me to approve
- Be happy!
