Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove almost all references to javy-cli #726

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ updates:
interval: "monthly"
open-pull-requests-limit: 100

- package-ecosystem: npm
directory: "/npm/javy-cli"
schedule:
interval: "monthly"
open-pull-requests-limit: 100

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ci-npm-javy-cli.yml

This file was deleted.

4 changes: 0 additions & 4 deletions docs/contributing-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,3 @@ We do not anticipate changes to this library requiring a new cargo feature. Plea
### `javy`

A JS library providing ergonomic helpers around the lower level APIs for I/O exposed by `javy-apis`.

### `javy-cli`

The package that enables using the `javy-cli` through NPM. You can use `npx javy-cli` to run various Javy commands.
26 changes: 0 additions & 26 deletions npm/javy-cli/CHANGELOG.md

This file was deleted.

136 changes: 0 additions & 136 deletions npm/javy-cli/index.js

This file was deleted.

161 changes: 0 additions & 161 deletions npm/javy-cli/package-lock.json

This file was deleted.

19 changes: 0 additions & 19 deletions npm/javy-cli/package.json

This file was deleted.

Loading