npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

keytrove

v1.0.5

Published

A cli package which is used to store key value pairs and images correspondence key name on Cloud . And these key value pairs and images key can be accessed by simply sigined in any devices .

Downloads

12

Readme

keytrove 😎

A cli package which is used to store key value pairs and images correspondence key name on Cloud . And these key value pairs and images key can be accessed by simply sigined in any devices .

GitHub package.json version

GitHub Repo stars

Tech Stack

Node, Express , Mongoose , Redis

Installation

  1. First install keytrove package globally in your system .
npm install -g keytrove
  1. Now for interacting with this package run help command .
keytrove help

Screenshot

Screenshot

Options :
   1. -v , --version   Display Current version
   2. h , help   For help
   3. signup   For Signup
   4. signin   For SignIn
   5. signout   For Signing Out

Commands :
   1. keytrove set               , keytrove s             For Setting any Key
   2. keytrove get <key_Name>    , keytrove g <key_name>  For Getting any Specific key
   3. keytrove update <keyname>  , keytrove u <keyname>   For Updating Any Key
   4. keytrove remove <keyname>  , keytrove r <keyname>   For Removing Any Key
   5. keytrove img-Upload        , keytrove k             For Uploading Any Image
   6. keytrove img-Get <key>     , keytrove g <key>       For Getting Any Image correspondence Name
   7. keytrove img-GetAll        , keytrove l             For Getting All Uploaded Images
   8. keytrove img-Delete <qkey> , keytrove l <qkey>      For deleting any Image Correspondence  Image name
   9. keytrove list              , keytrove l             For listing all key value pairs with their ids

Password Requirements :
    Password Must Has  Atleast 6 Character
  1. After this to signup for creating an account or if you already signuped then signin using your credentials .
 keytrove signup
 keytrove signin

Features

options

   1. -v , --version   Display Current version
   2. h , help   For help
   3. signup   For Signup
   4. signin   For SignIn
   5. signout   For Signing Out

Alias

   s , set        for setting key value 
   g , get        for getting key value
   r , remove     for removing key value 
   k , img-Upload for uploading image 
   l , img-GetAll for getting all images keys 

Commands

| Command | Description | | ------ | ----------- | | keytrove set | For Setting any Key value pair | | keytrove get key_Name | For Getting any Specific key. | | keytrove list | For listing All key value pairs with their id. | | keytrove update key_Name | For Updating Any Key value . | | keytrove remove key_Name | To delete Key value pair .| | keytrove img-Upload | For Uploading Any Image | | keytrove img-Get image_key | For Getting Any Image correspondence Name | | keytrove img-GetAll | For Getting All Image-key Name | | keytrove img-Delete image_key | For deleting any Image Correspondence Image key. |

Limitations 😢

For uploading any image You have to Use url of image as path of image . Image should be uploaded on Online cloud storage

Authors 😎😉