0.0.7 • Published 3 years ago

@muzalab/easyspot v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

introduction

This package is demo how to use npm to create a cli and lib package. And how to install and run it on your machine or in your code.

run in a local node

$ node                             
Welcome to Node.js v16.16.0.
Type ".help" for more information.
> require('@muzalab/easyspot')
{
  App: [Function (anonymous)],
  Emoji: [Function: t],
  EmojiList: [Function: i],
  animals: [ '🐳', 'šŸ‰', 'šŸ¦–' ],
  faces: [ 'šŸ˜€', 'šŸ˜…', 'šŸ¤”', 'šŸ‘»', 'šŸ‘ŗ' ],
  fruits: [ 'šŸ‡', 'šŸˆ', 'šŸŠ' ],
  ping: [Function (anonymous)],
  version: '0.0.x'
}

run cli on your machine

$ yarn global add @muzalab/easyspot
yarn global v1.22.19
[1/4] šŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] šŸ”—  Linking dependencies...
[4/4] šŸ”Ø  Building fresh packages...
success Installed "@muzalab/easyspot@0.0.4" with binaries:
      - easyspot
✨  Done in 8.28s.

$ easyspot                
$ easyspot --help         
easyspot <cmd> [args]

Commands:
  easyspot hello [name]  To run etherspot p2p payment
                         tests

Options:
  --version  Show version number               
  --help     Show help

$ easyspot hello ming     
hello ming welcome to yargs!
0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago