Skip to content

Commit

Permalink
Merge 8c5b19a into b225bd3
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Sep 29, 2022
2 parents b225bd3 + 8c5b19a commit 452081d
Show file tree
Hide file tree
Showing 21 changed files with 975 additions and 134 deletions.
6 changes: 6 additions & 0 deletions .changeset/clean-parents-doubt.md
@@ -0,0 +1,6 @@
---
'@lit-labs/cli': minor
'@lit/localize-tools': minor
---

Locally version and lazily install the localize command.
3 changes: 3 additions & 0 deletions .eslintignore
Expand Up @@ -159,6 +159,9 @@ packages/labs/cli/index.d.ts
packages/labs/cli/index.d.ts.map
packages/labs/cli/test-gen/

packages/labs/cli-localize/lib/
packages/labs/cli-localize/node_modules/

packages/labs/context/development/
packages/labs/context/test/
packages/labs/context/node_modules/
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Expand Up @@ -145,6 +145,9 @@ packages/labs/cli/index.d.ts
packages/labs/cli/index.d.ts.map
packages/labs/cli/test-gen/

packages/labs/cli-localize/lib/
packages/labs/cli-localize/node_modules/

packages/labs/context/development/
packages/labs/context/test/
packages/labs/context/node_modules/
Expand Down
45 changes: 45 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/labs/cli-localize/.gitignore
@@ -0,0 +1,2 @@
/lib/
/node_modules/
3 changes: 3 additions & 0 deletions packages/labs/cli-localize/CHANGELOG.md
@@ -0,0 +1,3 @@
# @lit-labs/cli

## 0.0.1
7 changes: 7 additions & 0 deletions packages/labs/cli-localize/README.md
@@ -0,0 +1,7 @@
# @lit-labs/cli-localize

Powers the `lit localize` command.

Don't use this directly, but install `@lit-labs/cli` and run `lit localize` from it.

That command will load this package from the nearest node_modules directory, or offer to install it if it's not found.

0 comments on commit 452081d

Please sign in to comment.