https://github.com/bethropolis/sup
A package manager for suplike https://github.com/bethropolis/suplike-social-website
https://github.com/bethropolis/sup
command-line-tool package-management package-manager social-network suplike
Last synced: about 1 year ago
JSON representation
A package manager for suplike https://github.com/bethropolis/suplike-social-website
- Host: GitHub
- URL: https://github.com/bethropolis/sup
- Owner: bethropolis
- Created: 2023-03-28T00:09:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T16:11:59.000Z (about 3 years ago)
- Last Synced: 2025-04-12T02:08:54.399Z (about 1 year ago)
- Topics: command-line-tool, package-management, package-manager, social-network, suplike
- Language: JavaScript
- Homepage: https://replit.com/@bethropolis/sup
- Size: 3.21 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sup - A Package Manager for Suplike
Sup is a package manager for [Suplike](https://github.com/bethropolis/suplike-social-website), an open source social network.
Sup is designed to simplify plugin management. It has the following commands:
- `install`: Installs a package.
- `remove`: Removes a package.
- `publish`: Publishes a package to Suplike.
- `init`: Initializes a new package.
## Installation
To use Sup, you first need to install it. You can do this by running the following command:
```
npm install -g sup-cli
```
## Usage
To use Sup, you must navigate to the directory of the package you wish to install, remove or publish.
### Initializing a new package
To initialize a new package, run the following command:
```
sup init
```
This will create a `` folder in the current directory with `suplike.json` file.
### Installing a package
To install a package, run the following command:
```
sup install
```
This will download the package and all its dependencies from the Suplike registry and install them.
### Removing a package
To remove a package, run the following command:
```
sup remove
```
This will remove the package and all its dependencies from your system.
### Publishing a package
To publish a package to Suplike, you must first create an account and obtain an access token. Once you have an access token, run the following command:
```
sup publish
```
This will publish the package to Suplike, making it available for other developers to use.
## final
Thanks for reading! , bye.
> this project purpose was accutually mainly for me to learn about package management.