Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Scaffold workflow for CI/CD
- Host: GitHub
- URL: https://github.com/andostronaut/workfloose
- Owner: andostronaut
- License: mit
- Created: 2022-12-05T13:25:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T07:50:05.000Z (over 1 year ago)
- Last Synced: 2024-10-04T14:17:18.125Z (about 1 month ago)
- Topics: cd, ci, cli, docker, dockerfile, github, gitlab, heroku, netlify, npm-package, scaffold, workflow
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/workfloose
- Size: 666 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).