Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmeowzing/circleci-orb-template
template repository for publishing orbs
https://github.com/emmeowzing/circleci-orb-template
circleci orb
Last synced: 6 days ago
JSON representation
template repository for publishing orbs
- Host: GitHub
- URL: https://github.com/emmeowzing/circleci-orb-template
- Owner: emmeowzing
- License: bsd-3-clause
- Created: 2021-12-03T09:47:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:25:37.000Z (11 months ago)
- Last Synced: 2024-10-10T21:26:02.422Z (27 days ago)
- Topics: circleci, orb
- Language: Shell
- Homepage: https://github.com/bjd2385/circleci-orb-template
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
`example` orb for CircleCI
--------------------------This orb provides a set of commands and jobs for [`example`](https://example.com) in CircleCI workflows. Commands include
### Development
This orb has been developed in _unpacked_ form. You may view its packed source with
```shell
$ yarn orb:pack # creates a file 'orb.yml'
```and further validate the resulting orb definition with
```shell
$ yarn orb:validate
```When you're done with your testing, you may clean up the packed source with
```shell
$ yarn orb:cleaup
```#### `pre-commit`
This repository uses `pre-commit` to uphold certain code styling and standards. You may install the hooks listed in [`.pre-commit-config.yaml`](.pre-commit-config.yaml) with
```shell
$ yarn install:pre-commit-hooks
```