Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomist/sdm-pack-lifecycle-github
Extension pack adding GitHub lifecycle support to an SDM
https://github.com/atomist/sdm-pack-lifecycle-github
node
Last synced: 11 days ago
JSON representation
Extension pack adding GitHub lifecycle support to an SDM
- Host: GitHub
- URL: https://github.com/atomist/sdm-pack-lifecycle-github
- Owner: atomist
- License: apache-2.0
- Created: 2019-05-17T13:51:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T10:15:04.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:52:37.540Z (17 days ago)
- Topics: node
- Language: TypeScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# @atomist/sdm-pack-lifecycle-github
[![npm version](https://img.shields.io/npm/v/@atomist/sdm-pack-lifecycle-github.svg)](https://www.npmjs.com/package/@atomist/sdm-pack-lifecycle-github)
[![atomist sdm goals](https://badge.atomist.com/T29E48P34/atomist/sdm-pack-lifecycle-github/a03ff4fd-31a8-447f-953d-fd9c10f3a8b9)](https://app.atomist.com/workspace/T29E48P34)[atomist-doc]: https://docs.atomist.com/ (Atomist Documentation)
## Getting started
See the [Developer Quick Start][atomist-quick] to jump straight to
creating an SDM.[atomist-quick]: https://docs.atomist.com/quick-start/ (Atomist - Developer Quick Start)
## Contributing
Contributions to this project from community members are encouraged
and appreciated. Please review the [Contributing
Guidelines](CONTRIBUTING.md) for more information. Also see the
[Development](#development) section in this document.## Code of conduct
This project is governed by the [Code of
Conduct](CODE_OF_CONDUCT.md). You are expected to act in accordance
with this code by participating. Please report any unacceptable
behavior to [email protected].## Documentation
Please see [docs.atomist.com][atomist-doc] for
[developer][atomist-doc-sdm] documentation.[atomist-doc-sdm]: https://docs.atomist.com/developer/sdm/ (Atomist Documentation - SDM Developer)
## Connect
Follow [@atomist][atomist-twitter] and [The Composition][atomist-blog]
blog related to SDM.[atomist-twitter]: https://twitter.com/atomist (Atomist on Twitter)
[atomist-blog]: https://the-composition.com/ (The Composition - The Official Atomist Blog)## Support
General support questions should be discussed in the `#help`
channel in the [Atomist community Slack workspace][slack].If you find a problem, please create an [issue][].
[issue]: https://github.com/atomist-seeds/sdm-pack/issues
## Development
You will need to install [Node.js][node] to build and test this
project.[node]: https://nodejs.org/ (Node.js)
### Build and test
Install dependencies.
```
$ npm install
```Use the `build` package script to compile, test, lint, and build the
documentation.```
$ npm run build
```### Release
Releases are handled via the [Atomist SDM][atomist-sdm]. Just press
the 'Approve' button in the Atomist dashboard or Slack.[atomist-sdm]: https://github.com/atomist/atomist-sdm (Atomist Software Delivery Machine)
---
Created by [Atomist][atomist].
Need Help? [Join our Slack workspace][slack].[atomist]: https://atomist.com/ (Atomist - How Teams Deliver Software)
[slack]: https://join.atomist.com/ (Atomist Community Slack)