Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanwimmer128/proj128
- Owner: stefanwimmer128
- License: isc
- Created: 2017-02-27T17:54:31.000Z (almost 8 years ago)
- Default Branch: v2-dev
- Last Pushed: 2017-07-08T09:46:19.000Z (over 7 years ago)
- Last Synced: 2024-11-20T19:44:04.839Z (about 2 months ago)
- Topics: bash, npm-package, project-management, python3, shell-script, test-automation, testing-tools
- Language: Shell
- Homepage: https://www.npmjs.com/package/proj128
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```