@goldinteractive/cli

0.0.0-alpha.5 • Public • Published

FE CLI

Cli to ease project setup and maintenance

WIP

CLI

with optional custom working directory setup sm build-manifest

Structure

.goldclirc

{
    "registry": "https://github.com/bliblablub"
}

Registry:

{
    "sm": {
      name: 'sackmesser',
      url: 'https://github.com/Goldinteractive/Sackmesser/archive/release.zip',
      auth: 'none'
    },
    "bp": {
      name: 'blueprint',
      url: 'https://bitbucket.org/goldinteractive/craft-blueprint/get/master.zip',
      auth: 'basic'
    },
    "em": {
        ...
    }
}

Manifest:

{
    extends: ["sm", "bp", "em"]
}

Copy

{
    // exclusive
    "whitelist" | "blacklist": ["globs"],

    // 
    "preserve": ["globs"]
}

Merge

{
    "snippets": {
        "frontend/js/main.js": {
            "import": "import xyz from 'test';"
        }
    }
}

Dependencies

Read and parse package.json, extend where required

/@goldinteractive/cli/

    Package Sidebar

    Install

    npm i @goldinteractive/cli

    Weekly Downloads

    7

    Version

    0.0.0-alpha.5

    License

    MIT

    Unpacked Size

    11.4 kB

    Total Files

    22

    Last publish

    Collaborators

    • rschumachr
    • michelgabriel
    • goldinteractive-admin