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: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T03:00:05.000Z (over 1 year ago)
- Last Synced: 2025-04-23T21:46:09.589Z (about 1 year ago)
- Topics: cfx, cfx-framework, rdr2, redm
- Language: Lua
- Homepage: https://www.npmjs.com/package/bcc-cli
- Size: 1.54 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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

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)