1.3.12 • Published 8 years ago
sdb-module v1.3.12
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
8 years ago
1.3.11
8 years ago
1.3.10
8 years ago
1.3.9
8 years ago
1.3.8
8 years ago
1.3.7
8 years ago
1.3.4
8 years ago
1.3.3
8 years ago
1.3.2
8 years ago
1.3.1
8 years ago
1.3.0
8 years ago
1.2.6
8 years ago
1.2.5
8 years ago
1.2.4
8 years ago
1.2.3
8 years ago
1.1.3
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.0
8 years ago