@atomist/spring-automation
v0.7.0-20180528014307
Published
Atomist automations for Spring: Generators, reviewers and editors
Downloads
52
Readme
@atomist/spring-automation
This repository contains Atomist support functions and classes for Spring Boot and Maven: generators, editors and reviewers. It is intended to be use as a Node module in Atomist Software Delivery Machine implementations.
Supports both Java and Kotlin. Many types such as JavaProjectStructure
work
for both languages.
Node.js
You will need to have Node.js installed. To verify that the right versions are installed, please run:
$ node -v
v8.4.0
$ npm -v
5.4.1
The node
version should be 8 or greater and the npm
version should
be 5 or greater.
Cloning the repository and installing dependencies
To get started run the following commands:
$ git clone [email protected]:atomist/spring-automation.git
$ cd spring-automation
$ npm install
$ npm run build
Release
Releases are managed by the Atomist SDM. Press the "Release" button in the Atomist dashboard or Slack.
Created by Atomist. Need Help? Join our Slack team.