0.0.7 ā€¢ Published 2 years ago

@muzalab/easyspot v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago