Socket
Socket
Sign inDemoInstall

@thraize/acode-cli

Package Overview
Dependencies
98
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @thraize/acode-cli

Acode companion cli application.


Version published
Maintainers
1
Created

Readme

Source

Acode CLI

This package serves as a companion to the Acode CLI Plugin.


How To Use

Ensure the package is installed by running

npm install -g @thraize/acode-cli

To see the help page

acode --help

To open current directory

acode .

To open a directory

acode /path/to/directory/

To open a file

acode /path/to/file

To install a plugin

acode install /path/to/plugin

To uninstall a plugin

acode uninstall <plugin-id>

To enable a plugin

acode enable <plugin-id>

To disable a plugin

acode disable <plugin-id>

To start acode language server

acode -ls

Or

acode --start-lsp

To start acode terminal server (acodex/acode terminal)

Use acodex to start AcodeX Server and use acode to start Acode Terminal Server (npm version)

acode -t <server_name>

Or

acode --terminal <terminal_name>

Keywords

FAQs

Last updated on 18 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc