Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pradumnasaraf/biodrop-cli

BioDrop CLI is a command-line tool for creating, updating, and managing your LinkFree profile. Easily add testimonials and events with simplicity.
https://github.com/pradumnasaraf/biodrop-cli

biodrop cli node-cli nodejs npm npm-package

Last synced: 20 days ago
JSON representation

BioDrop CLI is a command-line tool for creating, updating, and managing your LinkFree profile. Easily add testimonials and events with simplicity.

Awesome Lists containing this project

README

        

BioDrop CLI

> The project was renamed from **LinkFree CLI** to **BioDrop CLI** (please update your local git clones with the new remote name)

**BioDrop CLI** is a command line tool that helps us to create and update your **[BioDrop](https://github.com/EddieHubCommunity/BioDrop)** profile through CLI. We can also give testimonials and add events through it.




[![NPM Package](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/publish.yml/badge.svg)](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/publish.yml)
[![Releases](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/releases.yml/badge.svg)](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/releases.yml)
[![Npm package total downloads](https://badgen.net/npm/dt/biodrop-cli)](https://npmjs.com/package/biodrop-cli)

![BioDrop CLI demo GIF](https://github.com/Pradumnasaraf/BioDrop-CLI/assets/51878265/25c74ca0-22bf-473c-8ad2-fe9e768c989c)

### ⭐️ Features

- Creating a BioDrop profile.
- Searching for a BioDrop profile.
- Updating an existing BioDrop profile.
- Giving a testimonial to a BioDrop profile.
- Adding events (conferences, meetups, etc).

### 👨‍💻 Using the CLI tool

To create, update, give a testimonial, etc. Check out this detailed documentation - [BioDrop.io/docs/environments/biodrop-cli](https://biodrop.io/docs/environments/biodrop-cli)

### 📦 Development and Contribution

You can choose to develop the CLI by setting up the project locally and installing the dependencies, or by using Gitpod to run the project in a cloud-based development environment without having to install anything locally.

#### Local Development

After forking, cloning, and installing the dependencies, you can run the following commands to run the project locally. Create a folder named data in the root directory using the command below:

```bash
mkdir data
```

To run the project/CLI, use the following command:

```bash
npm run start
```

#### Gitpod

Gitpod is the easiest way to set up the project development environment. Click on the button below, and it will set everything up for you.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Pradumnasaraf/BioDrop-CLI)

### 📝 License

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) for details.

### 🛡 Security

If you discover a security vulnerability within this project, please check the [SECURITY](SECURITY.md) for more information.