Atomist Skill API
npm install @atomist/skill@atomist/skillAPI to implement JavaScript/TypeScript-based Atomist Skills.
Contributions to this project from community members are encouraged and
appreciated. Please review the Contributing Guidelines for
more information. Also see the Development section in this
document.
This project is governed by the Code of Conduct. You are
expected to act in accordance with this code by participating. Please report any
unacceptable behavior to code-of-conduct@atomist.com.
Please see [docs.atomist.com][atomist-doc] for developer documentation.
- List of third-party OSS licenses used in this project: [@atomist/skill OSS
licenses][licenses]
[atomist-doc]: https://docs.atomist.com "Atomist Documentation"
[licenses]: legal/THIRD_PARTY.md "@atomist/sdm Third-Party Licenses"
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"
General support questions should be discussed in the #help channel in the
[Atomist community Slack workspace][slack].
If you find a problem, please create an [issue][].
[issue]: https://github.com/atomist/sdm/issues
You will need to install [Node.js][node] to build and test this project.
[node]: https://nodejs.org/ "Node.js"
Install dependencies.
```
$ npm install
Use the build package script to compile, test, lint, and build the
documentation.
```
$ npm run build
---
Created by [Atomist][atomist]. Need Help? [Join our Slack workspace][slack].
[atomist]: https://atomist.com/ "Atomist"
[slack]: https://join.atomist.com/ "Atomist Community Slack"