@atomist/spring-sdm-seed
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@atomist/spring-sdm-seed

npm version

An Atomist software delivery machine (SDM) automating the creation, building, and delivery of Spring and Spring Boot applications.

See the Atomist documentation for more information on what SDMs are and what they can do for you using the Atomist API for software.

Prerequisites

Before you can run this project, you will need an Atomist workspace. See the Atomist Getting Started Guide for instructions on how to get an Atomist workspace and connect it to your source code repositories, continuous integration, chat platform, etc.

You will also need several other prerequisites to successfully run this project. See the Atomist Developer Guide for instructions on setting up your development environment. Briefly, you will need Git, Node.js, and the Atomist CLI installed and properly configured on your system.

For this specific SDM, you will also need Java and Maven installed.

Running

Once the prerequisites are met on your system, use npm to install dependencies and build the project.

$ npm install
$ npm run build

You can start up your SDM in the usual npm way.

$ npm start

The Atomist API Client documentation has more complete instructions for running an SDM or other Atomist API client.

Support

General support questions should be discussed in the #support channel in the Atomist community Slack workspace.

If you find a problem, please create an issue.

Development

You will need to install node to build and test this project.

Build and test

Use the following package scripts to build, test, and perform other development tasks.

Command Reason
npm install install project dependencies
npm run build compile, test, lint, and generate docs
npm start start the SDM
npm run autostart run the SDM, refreshing when files change
npm run lint run TSLint against the TypeScript
npm run compile generate types from GraphQL and compile TypeScript
npm test run tests
npm run autotest run tests every time a file changes
npm run clean remove files generated during build

Release

Releases are handled via the Atomist SDM. Just press the release button in the Atomist dashboard or Slack.


Created by Atomist. Need Help? Join our Slack workspace.

Package Sidebar

Install

npm i @atomist/spring-sdm-seed

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

186 kB

Total Files

20

Last publish

Collaborators

  • neilprosser
  • atomist-bot
  • cdupuis
  • slimslenderslacks