Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andostronaut/workfloose

Scaffold workflow for CI/CD
https://github.com/andostronaut/workfloose

cd ci cli docker dockerfile github gitlab heroku netlify npm-package scaffold workflow

Last synced: 7 days ago
JSON representation

Scaffold workflow for CI/CD

Awesome Lists containing this project

README

        

# Workfloose

![build](https://github.com/iamando/workfloose/workflows/build/badge.svg)
![license](https://img.shields.io/github/license/iamando/workfloose?color=success)
![npm](https://img.shields.io/npm/v/workfloose)
![release](https://img.shields.io/github/release-date/iamando/workfloose)
![codebase](https://github.com/iamando/workfloose/workflows/codebase/badge.svg)

Scaffold workflow for CI/CD

![Demo](docs/demo.png)

## Install

```bash
# recommended
npx workfloose

# using npm global installation
npm install -g workfloose

# using yarn global installation
yarn add global workfloose
```

## Command-line Interface (CLI)

Change to your working repository

```bash
cd project_name
```

Now, you can generate workflows with the command **genarate**

```bash
# recommended
npx workfloose generate

# using global installation
workfloose generate
```

The following is the help text from the workfloose cli. To see this and more information anytime,add the **help** command to your call.

```bash
# recommended
npx workfloose help

# using global installation
workfloose help
```

Check version of workfloose with **version** command

```bash
# recommended
npx workfloose version

# using global installation
workfloose version
```

## Support

Workfloose is an MIT-licensed open source project. It can grow thanks to the sponsors and support.

## License

Workfloose is [MIT licensed](LICENSE).