@coremail/ci-common

0.1.9-1 • Public • Published

Common CI dependencies for nodejs / java projects

Usage in package.json

{
    ...,
    "devDependencies" : {
        "ci-common" : "npm:@coremail/ci-common",
    }
    ...,
}

Sample task (run checkstyle & maven)

const {mvn, checkstyle, exit} = require('ci-common');


checkstyle(['.', '-x', '\\.git|\\.idea|node_modules|target']) || exit();
mvn(null, ['test']) || exit();

/@coremail/ci-common/

    Package Sidebar

    Install

    npm i @coremail/ci-common

    Weekly Downloads

    0

    Version

    0.1.9-1

    License

    UNLICENSED

    Unpacked Size

    123 kB

    Total Files

    32

    Last publish

    Collaborators

    • lwr