@mrako/clip
v1.0.5
Published
Minimum Viable Platform Engineering - Create and manage projects with GitHub templates
Downloads
8
Readme
Minimum Viable Platform Engineering
Usage
npx @mrako/clip [command]
Commands:
npx @mrako/clip create <projectName> Create a new project with GitHub template
npx @mrako/clip destroy <projectName> Destroy a project and its deployment
Options:
--version Show version number [boolean]
-t, --template GitHub repository template name [string] [required]
-d, --domain Target domain name for the project [string] [optional]
-p, --private Create the repository as private [boolean]
-h, --help Show help [boolean]Environment Variables
Configure the following environment variables in a .env file in your working directory or export them in your shell:
VERCEL_API_TOKEN=
VERCEL_SCOPE=
ENDPOINT=Development
Installation
npm install
npm linkTesting
npm testPublishing
Publishing is automated using GitHub Actions and Release Please.
