Skip to content

tash is a library that helps in easy CRUD testing in terminal with 'tash' CLI

Notifications You must be signed in to change notification settings

alainmigabo/tash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TASH

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

Installation

To install the package run:

npm install tash -D

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 (backticks don't work the same)
  • Properties and string values must also be in double quotes (not single quotes)
'''
{
    "username":"johndoe",
    "password":"john123"
}
'''

About

tash is a library that helps in easy CRUD testing in terminal with 'tash' CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published