Skip to content

install from git via npm #76

@burn2delete

Description

@burn2delete

#65 has instructions for a local install from git, however this is inconvenient for CI/CD processes as we need to download and build a dependency which results in longer build times, and increased complexity.

NPM supports installs from github via npm install kubernetes-client/javascript, however the current directory structure prevents this from working.

To solve these issues:

  • flatten the project structure so package.json is in the root of the repo
  • stick to one project per repo, if there is a jquery client in the future it should have it's own repo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions