0.1.7 • Published 1 year ago

gpt-cli v0.1.7

Weekly downloads
1
License
ISC
Repository
-
Last release
1 year ago

Genesis Pro Tools CLI

The official Command Line Interface for Genesis Pro Tools. Easily manage your Genesis Pro Tools packages without having to mess with Composer or NPM.

This CLI assumes that you have an account (or credentials) on Genesis Pro Tools, both free and paid.

Commands

gpt config

Sets up your local machine with global credentials to access Genesis Pro Tools packages. If using GPT-CLI for the first time, you'll likely want to run this command first so that all the following commands don't ask for authentication.

gpt install [packages...]

Install Genesis Pro Tools packages in the current working directory. This typically handles creating a project composer.json file (if it doesn't exist already) and adding required dependencies.

Example of how to install the free Core Theme package:

gpt install core-theme

gpt theme <cmd>

Performs theme-level commands, like search/replace, copying of starter files, and more.

init

Copies over theme files from the Genesis Pro Tools starter theme, Uno. Since this includes required files for a theme, it is recommended to only run it during a first-time install (thus using the command name init to emphasize it's purpose).

Example for installing the Core Theme package and copying Uno theme files immediately after:

gpt install core-theme && gpt theme init
0.1.2

1 year ago

0.1.1

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago