Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaptive/workers-ci
Workers continuous integration lite tool, bundler and publisher.
https://github.com/adaptive/workers-ci
ci ci-cd cloudflare edge hacktoberfest serverless workers
Last synced: 30 days ago
JSON representation
Workers continuous integration lite tool, bundler and publisher.
- Host: GitHub
- URL: https://github.com/adaptive/workers-ci
- Owner: adaptive
- License: mit
- Created: 2021-03-07T13:25:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T16:45:16.000Z (10 months ago)
- Last Synced: 2024-05-02T05:49:43.252Z (8 months ago)
- Topics: ci, ci-cd, cloudflare, edge, hacktoberfest, serverless, workers
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/workers-ci
- Size: 880 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Workers Lite Bundler and Publisher
Workers continuous integration lite tool, bundler and publisher.
## 🔨 Install with `yarn` or `npm`
```bash
yarn add workers-ci --dev
``````bash
npm i workers-ci --save-dev
```