Skip to content

stefanwimmer128/proj128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proj128

Project 128 - Project Manager

How to install?

$ 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:

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

Then run a script using the proj128 command.

$ proj128 doSomething some params