Skip to content

Tea Package Builder is a tool that helps create packages for Tea.xyz quickly and conveniently

License

Notifications You must be signed in to change notification settings

and-ri/tea-package-builder

Repository files navigation

Tea Package Builder

 

Tea Package Builder

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Tea Package Builder is a tool that helps create packages for Tea.xyz quickly and conveniently. The program fetches an up-to-date list of packages from tea.xyz, enabling convenient input fields with autocomplete for dependencies.

✨ Features

✔️ Dependency autocompletion;
✔️ Separation of dependencies and variables by platforms and architectures;
✔️ Presets for popular builders;
✔️ Separation of dependencies and variables by platforms and architectures;
✔️ Generation package.yml;

Example

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

Run with pkgx

sh <(curl https://pkgx.sh) mash pkgxdev/run github.com/ArionThinker/tea-package-builder

Install with npm

$ npm install tea-package-builder
$ npm run start

Build from source

# Clone this project
$ git clone https://github.com/ArionThinker/tea-package-builder

# Access
$ cd tea-package-builder

# Install dependencies
$ npm install

# Run the project
$ npm run start

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Andrii

 

Back to top