/aws-rugs

Atomist Rugs integrating with Amazon Web Services

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Atomist 'aws-rugs'

Build Status

Atomist Rugs that integration with Amazon Web Services (AWS).

Read more about automating software development at Automating Our Development Flow With Atomist. Detailed documentation is available in the Atomist Documentation.

Support

General support questions should be discussed in the #support channel on our community Slack team at atomist-community.slack.com.

If you find a problem, please create an issue.

Contributing

If you are interested in contributing to the Atomist open source projects, please see our contributing guidelines and our code of conduct.

Developing

You can build, test, and install the project locally with the Rug CLI.

$ rug test
$ rug install

To clean up cached files and update TypeScript dependencies, run this command.

$ ( cd .atomist && find editors generators handlers tests -name '*.js' -print0 | xargs -0 rm; rm -rf node_modules; yarn && rug clean )

To create a new release of the project, simply push a tag of the form M.N.P where M, N, and P are integers that form the next appropriate semantic version for release. For example:

$ git tag -a 1.2.3

The Travis CI build (see badge at the top of this page) will upload the needed artifacts.


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