9.0.2 • Published 6 months ago

nodecg-cli v9.0.2

Weekly downloads
122
License
MIT
Repository
github
Last release
6 months ago

nodecg-cli CI

NodeCG's command line interface.

Deprecation Notice

nodecg-cli has been migrated to nodecg. This repository is now deprecated and will no longer be maintained. Please uninstall nodecg-cli and install nodecg instead.

npm un -g nodecg-cli
npm i -g nodecg

The nodecg includes the CLI from v2.4.0, which is equivalent to nodecg-cli@9.0.1.

Compatibility

  • nodecg-cli version earlier than 8.6.1 is not compatible with NodeCG 2.x.x.
  • nodecg-cli version 9.0.0 and later are not compatible with NodeCG 0.x.x and 1.x.x.
NodeCGnodecg-cli
0.x.x< 9.0.0
1.x.x< 9.0.0
2.x.x>= 8.6.1

Installation

First, make sure you have git installed, and that it is in your PATH.

Once those are installed, you may install nodecg-cli via npm:

npm install -g nodecg-cli

Installing nodecg-cli does not install NodeCG. To install an instance of NodeCG, use the setup command in an empty directory:

mkdir nodecg
cd nodecg
nodecg setup

Usage

  • nodecg setup [version] [--update], install a new instance of NodeCG. version is a semver range. If version is not supplied, the latest release will be installed. Enable --update flag to install over an existing copy of NodeCG.
  • nodecg start, start the NodeCG instance in this directory path
  • nodecg install [repo] [--dev], install a bundle by cloning a git repo. Can be a GitHub owner/repo pair (supportclass/lfg-sublistener) or https git url (https://github.com/SupportClass/lfg-sublistener.git). If run in a bundle directory with no arguments, installs that bundle's dependencies. Enable --dev flag to install the bundle's devDependencies.
  • nodecg uninstall <bundle>, uninstall a bundle
  • nodecg defaultconfig, If a bundle has a configschema.json present in its root, this command will create a default config file at nodecg/cfg/:bundleName.json with defaults based on that schema.
  • nodecg schema-types [dir], Generate d.ts TypeScript typedef files from Replicant schemas and configschema.json (if present)
8.7.0

7 months ago

8.7.0-0

7 months ago

9.0.2

6 months ago

9.0.1

6 months ago

9.0.0

6 months ago

8.7.0-beta.0

7 months ago

8.6.7

2 years ago

8.6.6

2 years ago

8.6.8

2 years ago

8.6.3

2 years ago

8.6.2

2 years ago

8.6.4

2 years ago

8.4.0

2 years ago

8.6.1

2 years ago

8.6.0

2 years ago

8.5.0

2 years ago

8.3.1

2 years ago

8.5.1

2 years ago

8.1.0

3 years ago

8.3.0

3 years ago

8.2.1

3 years ago

8.2.0

3 years ago

8.0.1

3 years ago

8.0.0

4 years ago

7.0.0

5 years ago

6.1.0

5 years ago

6.0.4-alpha.2

5 years ago

6.0.4-alpha.1

5 years ago

6.0.4-alpha.0

5 years ago

6.0.3

5 years ago

6.0.2

5 years ago

6.0.0-beta.7

5 years ago

6.0.0-beta.6

5 years ago

6.0.0-beta.5

5 years ago

6.0.0-beta.4

5 years ago

6.0.0-beta.3

5 years ago

6.0.0-beta.2

5 years ago

6.0.0-beta.1

5 years ago

6.0.0-beta

8 years ago

6.0.1

8 years ago

6.0.0

8 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago