Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomist-attic/spring-sdm-seed
Atomist software delivery machine for Spring seed
https://github.com/atomist-attic/spring-sdm-seed
atomist automation seed software-delivery-machine spring spring-boot
Last synced: about 2 months ago
JSON representation
Atomist software delivery machine for Spring seed
- Host: GitHub
- URL: https://github.com/atomist-attic/spring-sdm-seed
- Owner: atomist-attic
- License: apache-2.0
- Archived: true
- Created: 2018-07-02T13:24:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T15:29:42.000Z (about 4 years ago)
- Last Synced: 2024-05-03T18:10:19.888Z (7 months ago)
- Topics: atomist, automation, seed, software-delivery-machine, spring, spring-boot
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @atomist-seeds/spring-sdm
[![atomist sdm goals](http://badge.atomist.com/T29E48P34/atomist-seeds/spring-sdm/e187776c-b02e-424d-a05b-2b6c2f967010)](https://app.atomist.com/workspace/T29E48P34)
[![npm version](https://img.shields.io/npm/v/@atomist-seeds/spring-sdm.svg)](https://www.npmjs.com/package/@atomist-seeds/spring-sdm)An [Atomist][atomist] software delivery machine (SDM) automating the
creation, building, and delivery of [Spring][spring] and [Spring
Boot][spring-boot] applications.[spring]: https://spring.io/ (Spring)
[spring-boot]: http://spring.io/projects/spring-boot (Spring Boot)Software delivery machines enable you to control your delivery process
in code. Think of it as an API for your software delivery. See the
[Atomist documentation][atomist-doc] for more information on the
concept of a software delivery machine and how to create and develop
an SDM.[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 `#support`
channel in the [Atomist community Slack workspace][slack].If you find a problem, please create an [issue][].
[issue]: https://github.com/atomist-seeds/spring-sdm/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)