@thraize/acode-cli

1.0.2 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i @thraize/acode-cli

Weekly Downloads

9

Version

1.0.2

License

MIT

Unpacked Size

10.9 kB

Total Files

4

Last publish

Collaborators

  • thraize