0.1.7 ā€¢ Published 1 month ago

tea-package-builder v0.1.7

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
1 month ago

Ā 

:dart: 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.

:sparkles: Features

:heavy_check_mark: Dependency autocompletion;\ :heavy_check_mark: Separation of dependencies and variables by platforms and architectures;\ :heavy_check_mark: Presets for popular builders;\ :heavy_check_mark: Separation of dependencies and variables by platforms and architectures;\ :heavy_check_mark: Generation package.yml;

Example

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

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

:checkered_flag: 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

:memo: License

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

Made with :heart: by Andrii

Ā 

Back to top