justmert / getlit

The GetLit CLI is a command-line tool designed to help developers manage their Lit Actions projects. The CLI provides a set of commands to create, build, test, and configure Lit Actions.

Home Page:https://getlit.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetLit CLI

The GetLit CLI is a command-line tool designed to help developers manage their Lit Actions projects. The CLI provides a set of commands to create, build, test, and configure Lit Actions.

Getting Started

npm install -g getlit

// or
yarn add global getlit

Usage

To use the GetLit CLI, navigate to a directory or your existing project, and then simply run the desired command followed by any required or optional arguments. The CLI will execute the associated function and display the output accordingly.

Command Usage Description
action | init getlit action 🏁 Initialise a new Lit project
build getlit build πŸ— Build your Lit Actions
new getlit new [<lit-action-name>] πŸ“ Create a new Lit Action
test getlit test [<lit-action-name>] πŸ§ͺ Test a Lit Action
watch getlit watch [<lit-action-name>] πŸ”§ Simultaneously build and test a Lit Action
setup getlit setup πŸ”‘ Setup config for authSig and PKP
deploy getlit deploy Deploy your Lit Actions
docs | doc getlit docs πŸ“– Open the Lit Protocol documentation
help | show getlit help πŸ†˜ Show the help menu

About

The GetLit CLI is a command-line tool designed to help developers manage their Lit Actions projects. The CLI provides a set of commands to create, build, test, and configure Lit Actions.

https://getlit.dev/


Languages

Language:JavaScript 87.5%Language:HTML 10.8%Language:TypeScript 1.7%