Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeankundev/hutao
Simple CLI-based package manager in Node.js
https://github.com/zeankundev/hutao
Last synced: 4 days ago
JSON representation
Simple CLI-based package manager in Node.js
- Host: GitHub
- URL: https://github.com/zeankundev/hutao
- Owner: zeankundev
- Created: 2023-02-23T04:17:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T06:46:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T04:48:30.594Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![hu tao](https://raw.githubusercontent.com/zeankundev/cdn/main/hutao-cli.png)
# hutao (Hu Tao Package Manager (ALPHA))
Pretty simple way how to manage your packages and install them or remove them
## Why Hu Tao?
Well, deciding a name on a package manager isn't that easy. Since I also wanted to join in the Debian naming trend. So I named it Hu Tao, named after my beloved waifu form Genshin Impact.
## Prerequirisites
You need the following to get started:- Node.js v15.0+
- npm or yarn## Installation
Use this to get started...
```
npm install
```
To execute the main process, run this on the terminal. The flags are needed if necessary, so it is optional.
```
node index.js --silent install winget
```
When deployed, it can be used as:
```
hutao --silent install winget
```