New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

tash

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tash

tash is a javascript library that helps in easy CRUD testing in terminal by providing 'tash' CLI

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

TASH

tash is a javascript library that helps in easy CRUD testing in terminal by providing 'tash' CLI

Installation

To install the package run:

npm install tash

After installation run the following command to register the tash cli that you will be using (with the brackets):

(cd node_modules/tash && npm link)

Usage

run tash -help for help and choose the command regarding what you need to do

to make a request that requires you sending data(object)

The spacing in your writing doesn't affect anything, the key is following these guidelines:

  • The object must be enclosed in triple quotes (not backticks)
  • Properties and string values must also be in double quotes (not single quotes)
'''
{
    "username":"johndoe",
    "password":"john123"
}
'''

Keywords

CLI

FAQs

Package last updated on 07 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts