fivem-resourcify
v1.0.4
Published
Fivem-Resourcify is a CLI tool for easily creating and managing FiveM resources. With Fivem-Resourcify, you can quickly configure and create new resources.
Downloads
4
Maintainers
Readme
Fivem-Resourcify
Description
Fivem-Resourcify is a CLI tool for easily creating and managing FiveM resources. With Fivem-Resourcify, you can quickly configure and create new resources.
Features
- Select various configurations and this tool will construct you the resource
- Supports Lua and JavaScript
Roadmap
- TypeScript support may come later on
- For now UI part of this tool only generates normal HTML/CSS/JS, I want to add support for some CSS and JS frameworks
Installation
npm/pnpm
To install Fivem-Resourcify from npm, follow these steps:
- Run
npm install -g fivem-resourcify
Build from source code
To build and install Fivem-Resourcify from source code, follow these steps:
- Clone this repo.
- If you want to change anything or add a functionality, change
index.js
the way you want and runnpm run uglify
. - You can install the CLI globally by running
npm install -g .
on the root directory of the repo.
Usage
To use Fivem-Resourcify, follow these steps:
- Go to the path which you want to create a resource.
- Open command line and run
fivem-resourcify
- Just follow the prompts and your resource should be ready!
Contributing
To contribute to Fivem-Resourcify, follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature
) - Make your changes and commit them (
git commit -am 'Add feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.