@chimaera/cli

0.1.0 • Public • Published

chimaera

🧊 DevOps toolchain for multi-repos

Configuration

Environment

# :-delimited list of paths for slm operation
# slm will recursively search these paths for modules
export CHIMAERA_PATH=/path/to/workspace1:/path/to/workspace2:/path/to/single/module

package.json

{
  ...,
  "nopack": true, // ignore this module for dists, defaults to false
  "scripts": {
    "test": "mocha ./test",
    "example-script": "example --flag1 arg1 --flag2 arg2 .",
    ...
  }
}

Prerequisites

node >= 10
npm >= 6.8.0
git >= 2.11

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @chimaera/cli

    Weekly Downloads

    0

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    23.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • richytong