
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@lit-labs/cli
Advanced tools
The lit
command line tool for Lit.
The Lit CLI is a common place for utilities maintained by the Lit team.
IMPORTANT: ⚠️
@lit-labs/cli
is currently available only as a pre-release for early testing. Feel free to try it out, but expect occasional bugs, missing features, and frequent breaking changes! ⚠️
Install globally, so you can run the lit
command anywhere on your system:
npm i -g @lit-labs/cli
Or install into a project, so that the correct version is installed with other dependencies:
cd my-project
npm i -D @lit-labs/cli
help
Displays a help message with available commands.
$ lit help
localize
Extract localization messages or build a localized application.
$ lit localize extract
$ lit localize build
labs gen
Generate framework wrappers.
$ lit labs gen --framework=react
Flag | Description |
---|---|
--framework | Framework(s) to generate wrappers for. Supported frameworks: react , vue . Can be specified multiple times. |
--package | Folder(s) containing a package to generate wrappers for. Default: ./ . Can be specified multiple times. |
--out | Folder to output generated packages to. Default: ./gen/ |
FAQs
Tooling for Lit development
The npm package @lit-labs/cli receives a total of 118 weekly downloads. As such, @lit-labs/cli popularity was classified as not popular.
We found that @lit-labs/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.