1.3.12 • Published 7 years ago

sdb-module v1.3.12

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

sdb-module

My first npm module. It's a simple command line app greeter.

Installation instructions

1- First make your folder project, then do:

npm init -y
touch app.js 

and copy this code,

const greeter = require('sdb-module')
console.log(greeter())

2- Then, you can install the package (locally) npm install sdb-module

then execute node app.js

Or

install it globally:

npm i -g sdb-module

3- Then do:

greeter

greeter --name= 'Daniel'

Thank you class for your feedback!

1.3.12

7 years ago

1.3.11

7 years ago

1.3.10

7 years ago

1.3.9

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago