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: 19 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T07:50:05.000Z (about 2 years ago)
- Last Synced: 2025-02-14T14:49:28.615Z (2 months 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




Scaffold workflow for CI/CD

## 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).