{"id":15640647,"url":"https://github.com/pradumnasaraf/biodrop-cli","last_synced_at":"2025-04-14T06:44:24.382Z","repository":{"id":57912500,"uuid":"528980294","full_name":"Pradumnasaraf/BioDrop-CLI","owner":"Pradumnasaraf","description":"BioDrop CLI is a command-line tool for creating, updating, and managing your LinkFree profile. Easily add testimonials and events with simplicity.","archived":false,"fork":false,"pushed_at":"2023-10-10T17:11:36.000Z","size":263,"stargazers_count":76,"open_issues_count":0,"forks_count":21,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T05:48:00.377Z","etag":null,"topics":["biodrop","cli","node-cli","nodejs","npm","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/biodrop-cli","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pradumnasaraf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["eddiejaoude"]}},"created_at":"2022-08-25T18:52:16.000Z","updated_at":"2025-01-02T13:18:15.000Z","dependencies_parsed_at":"2024-10-22T18:19:30.149Z","dependency_job_id":null,"html_url":"https://github.com/Pradumnasaraf/BioDrop-CLI","commit_stats":null,"previous_names":["pradumnasaraf/linkfree-cli"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2FBioDrop-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2FBioDrop-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2FBioDrop-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2FBioDrop-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pradumnasaraf","download_url":"https://codeload.github.com/Pradumnasaraf/BioDrop-CLI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837264,"owners_count":21169373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biodrop","cli","node-cli","nodejs","npm","npm-package"],"created_at":"2024-10-03T11:39:05.747Z","updated_at":"2025-04-14T06:44:24.349Z","avatar_url":"https://github.com/Pradumnasaraf.png","language":"JavaScript","funding_links":["https://github.com/sponsors/eddiejaoude"],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://user-images.githubusercontent.com/51878265/186825286-499db16b-5b95-488d-b6d5-09d44521b890.png\" height=\"35px\"\u003e \u003ch2\u003eBioDrop CLI \u003c/h2\u003e\n\n\u003e The project was renamed from **LinkFree CLI** to **BioDrop CLI** (please update your local git clones with the new remote name)\n\n\u003cdiv align=\"center\"\u003e\n\n**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.\n\n\u003cbr\u003e\n  \n[![NPM Package](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/publish.yml/badge.svg)](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/publish.yml) \n[![Releases](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/releases.yml/badge.svg)](https://github.com/Pradumnasaraf/BioDrop-CLI/actions/workflows/releases.yml) \n[![Npm package total downloads](https://badgen.net/npm/dt/biodrop-cli)](https://npmjs.com/package/biodrop-cli)\n\n\u003c/div\u003e\n\n![BioDrop CLI demo GIF](https://github.com/Pradumnasaraf/BioDrop-CLI/assets/51878265/25c74ca0-22bf-473c-8ad2-fe9e768c989c)\n\n### ⭐️ Features\n\n- Creating a BioDrop profile.\n- Searching for a BioDrop profile.\n- Updating an existing BioDrop profile.\n- Giving a testimonial to a BioDrop profile.\n- Adding events (conferences, meetups, etc).\n\n### 👨‍💻 Using the CLI tool\n\nTo create, update, give a testimonial, etc. Check out this detailed documentation - [BioDrop.io/docs/environments/biodrop-cli](https://biodrop.io/docs/environments/biodrop-cli)\n\n### 📦 Development and Contribution\n\nYou 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.\n\n#### Local Development\n\nAfter 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:\n\n```bash\nmkdir data\n```\n\nTo run the project/CLI, use the following command:\n\n```bash\nnpm run start\n```\n\n#### Gitpod\n\nGitpod is the easiest way to set up the project development environment. Click on the button below, and it will set everything up for you.\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Pradumnasaraf/BioDrop-CLI)\n\n### 📝 License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) for details.\n\n### 🛡 Security\n\nIf you discover a security vulnerability within this project, please check the [SECURITY](SECURITY.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradumnasaraf%2Fbiodrop-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradumnasaraf%2Fbiodrop-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradumnasaraf%2Fbiodrop-cli/lists"}