npm.io
1.0.2 • Published 2 years agoCLI

@thraize/acode-cli

Licence
MIT
Version
1.0.2
Deps
4
Size
11 kB
Vulns
0
Weekly
0
Stars
2

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>