Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coswat/acode-cli
Acode plugin CLI tool to devlop plugins faster
https://github.com/coswat/acode-cli
acode cli tool
Last synced: 3 months ago
JSON representation
Acode plugin CLI tool to devlop plugins faster
- Host: GitHub
- URL: https://github.com/coswat/acode-cli
- Owner: coswat
- License: mit
- Created: 2023-07-27T11:38:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-28T12:15:42.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:57:06.202Z (4 months ago)
- Topics: acode, cli, tool
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Acode Plugin Cli](https://github-production-user-asset-6210df.s3.amazonaws.com/97345827/266290195-9d09fa68-0044-4b1d-96ee-5df5e426a9af.jpeg)
# Acode Plugin CLI
This is a Acode plugin cli tool to create plugins and easily work with it
## Installation
build it from source
```bash
git clone https://github.com/coswat/acode-cli.git
cd acode-cli
cargo build --release
mv target/release/acode-cli ~/.local/bin/
```
using cargo```bash
cargo install acode-cli
```## Usage
run it using `acode-cli` command
```bash
acode-cli --help
```Found Bugs? Open a Issue