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

1.0.2 • Public • Published

@atomist/sdm-pack-sloc

atomist sdm goals npm version

Atomist software delivery machine (SDM) extension Pack for an Atomist SDM to integrate sloc.

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

Usage

  1. First install the dependency in your SDM project
$ npm install @atomist/sdm-pack-sloc
  1. Install the support
import { codeMetrics } from "@atomist/sdm-pack-sloc";

sdm.addExtensionPacks(
  ...
  codeMetrics()
 );
  1. Add configuration to your client configuration
// no configuration needed

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 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 'Approve' button in the Atomist dashboard or Slack.


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

Dependencies (2)

Dev Dependencies (16)

Package Sidebar

Install

npm i @atomist/sdm-pack-sloc

Weekly Downloads

7

Version

1.0.2

License

Apache-2.0

Unpacked Size

172 kB

Total Files

23

Last publish

Collaborators

  • neilprosser
  • atomist-bot
  • cdupuis
  • slimslenderslacks