@invitelink/cli
v0.1.1
Published
A CLI tool to generate template files
Readme
Features
- Easy Setup: Quickly initialize and configure wedding invitation projects.
- Template Management: Create, update, and manage templates with ease.
- Local Development: Run and test your projects locally before deployment.
- Deployment Support: Deploy your projects directly to Invitelink.id.
- Customizable: Extend functionality with custom configurations.
Installation
To install the Invitelink CLI globally via npm, run the following command:
npm install -g invitelink-cliUsage
Once installed, you can use the CLI to manage templates with the following command:
invitelink <command> [options]Commands
Here are some of the commands you can use with the Invitelink CLI:
create-template: Generate a new template file.invitelink create-template -n <template-name>
Examples
Creating a Template
To create a new template, run the following command:
invitelink create-template -n my-templateIf you do not provide a template name, you will be prompted to enter one.
Author
License
This project is licensed under the MIT License. See the LICENSE file for details.
