lip init
Create a tooth.json file
Usage
Bash | |
---|---|
1 |
|
Description
This command can be used to set up a new or existing lip package.
lip will ask a bunch of questions, and then write a tooth.json for you. You can also use -y
/ --yes
to skip the questionnaire altogether, and the values will be set to empty strings. You can also use the --init-*
options to set the values directly and skip the corresponding questions.
Examples
Basic initialization:
Bash | |
---|---|
1 2 3 4 5 |
|
Initialization with specific values:
Bash | |
---|---|
1 2 3 4 5 |
|
Options
-f, --force
Overwrite the existing tooth.json file.
--init-avatar-url <avatar-url>
The avatar URL to use.
--init-description <description>
The description to use.
--init-name <name>
The name to use.
--init-tooth <tooth-path>
The package's tooth path to use.
--init-version <version>
The version to use.
-y, --yes
Skip confirmation prompts.