Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Z3rio/bundler-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundler CLI

PLEASE NOTE THIS REPO HAS BEEN MOVED

The new Github repo can be found here here, the new NPM package can be found here

This is a cli created to execute tasks, then bundle your files into a zip file.

I created this to make the process of uploading my FiveM resources faster. Since I would have to build and manually select which files should be included in the zip previously.

Installation

Run the following command: npm install -g @zerio2/bundler-cli

Usage

Create a bundler.config.js file in your directory, example structure:

module.exports = {
  name: "zerio-radio",
  tasks: ["cd ./src && npm run build"],
  ignore: [
    ".git",
    ".github",
    "src",
    ".gitignore",
    ".gitattributes",
    "bundle.ps1",
  ],
};

tasks & ignore is not needed, only the name parameter is required.

Then run zBundler to bundle the files into a zip file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published