secure-shell
v1.0.1
Published
First node module for dev account
Downloads
4
Readme
#First node module from Samay Singh
#Installation npm install secure-shell
#use case in react
import {printMyName} from 'secure-shell';
console.log(printMyName("Dev Ops"));