A set of Rugs that that integrate with Circle CI.
Read more about automating software development at Automating Our Development Flow With Atomist. Detailed documentation is available in the Atomist Documentation.
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.
If you are interested in contributing to the Atomist open source projects, please see our contributing guidelines and our code of conduct.
You can build, test, and install the project locally with the Rug CLI. First, install the TypeScript dependencies using yarn.
$ ( cd .atomist && yarn )
$ 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.