https://github.com/opspec-pkgs/_.op.create
internal op for opspec-pkgs/maintainers which automates creation of an official op
https://github.com/opspec-pkgs/_.op.create
Last synced: 5 months ago
JSON representation
internal op for opspec-pkgs/maintainers which automates creation of an official op
- Host: GitHub
- URL: https://github.com/opspec-pkgs/_.op.create
- Owner: opspec-pkgs
- Created: 2017-10-01T01:32:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T04:46:22.000Z (almost 5 years ago)
- Last Synced: 2023-06-01T10:55:29.998Z (about 3 years ago)
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/_.op.create/actions/workflows/build.yml)
# Problem statement
internal op for opspec-pkgs/maintainers which automates creation of an official op.
includes:
- creation of github repo
- granting [opspec-pkgs/maintainers team](https://github.com/orgs/opspec-pkgs/teams/maintainers/members) admin permissions
- cloning github repo
- generation of op.yml
- running [bootstrap](https://github.com/opspec-pkgs/_.pkg.bootstrap)
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/_.op.create#4.0.1
```
## Run
```
opctl run github.com/opspec-pkgs/_.op.create#4.0.1
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/_.op.create#4.0.1
inputs:
description: # 👈 required; provide a value
githubAccessToken: # 👈 required; provide a value
githubUsername: # 👈 required; provide a value
name: # 👈 required; provide a value
## uncomment to override defaults
# srcDir: .
outputs:
srcDir:
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/_.op.create/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)