1.0.0-master.20180829085932 • Published 7 years ago

@atomist/sdm-pack-sloc v1.0.0-master.20180829085932

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
7 years ago

@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 { SlocSupport } from "@atomist/sdm-pack-sloc";

sdm.addExtensionPack(SlocSupport);
  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.

CommandReason
npm installinstall project dependencies
npm run buildcompile, test, lint, and generate docs
npm run lintrun TSLint against the TypeScript
npm run compilegenerate types from GraphQL and compile TypeScript
npm testrun tests
npm run autotestrun tests every time a file changes
npm run cleanremove 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.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0-RC.2

7 years ago

1.0.0-RC.1

7 years ago

1.0.0-M.5

7 years ago

1.0.0-M.4

7 years ago

1.0.0-M.3

7 years ago

1.0.0-M.1

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago