Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanwimmer128/proj128

Project 128 - Project Manager
https://github.com/stefanwimmer128/proj128

bash npm-package project-management python3 shell-script test-automation testing-tools

Last synced: about 1 month ago
JSON representation

Project 128 - Project Manager

Awesome Lists containing this project

README

        

# proj128

Project 128 - Project Manager

## How to install?

``` bash
$ curl https://raw.githubusercontent.com/stefanwimmer128/proj128/v1-dev/install | bash

$ yarn (global) add proj128

$ npm i (-g) proj128
```

## How to use?

Create a file that contains all the scripts. For example:

``` bash
function doSomething()
{
echo "doSomething $@"
}
```

Then run a script using the `proj128` command.

``` bash
$ proj128 doSomething some params
```