Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-cli
A standalone RedM Development Command Line Instrument.
https://github.com/brycecanyoncounty/bcc-cli
cfx cfx-framework rdr2 redm
Last synced: about 1 month ago
JSON representation
A standalone RedM Development Command Line Instrument.
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-cli
- Owner: BryceCanyonCounty
- License: mit
- Created: 2023-07-03T02:37:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:16:32.000Z (4 months ago)
- Last Synced: 2024-09-14T12:33:28.874Z (4 months ago)
- Topics: cfx, cfx-framework, rdr2, redm
- Language: Lua
- Homepage: https://www.npmjs.com/package/bcc-cli
- Size: 1.54 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCC Command Line Instrument (CLI)
> A standalone RedM Development Command Line Instrument.
This tool helps script developers enhance their workflow by having an easy resource creation tool, along with some other random Developer goodies.
## Features
1. Create new redm lua script with a simple setup
![image](https://github.com/BryceCanyonCounty/bcc-cli/assets/10902965/73be1704-1176-4cb5-b5e1-6370f21d0b69)2. Add/Remove resources
## Requirements
- [Node.js](https://nodejs.org/en)## Installation and Startup
``` bash
$ cd bcc-cli
$ npm install -g
$ bcc
```## TODO:
- Add NUI template setup (Basic vs Vite built)
- Create/Deploy to NPM so people dont need to install this repo.
- Potentially: Add Language option/support (Lua/JS)