1.1.2 • Published 6 years ago

hello-world-chaitanyabaranwal v1.1.2

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

Node JS Hello world

Prints "Hello world!" to the console.

Instructions

  1. Make sure that you have Node installed in your computers. You can download it from https://nodejs.org/en/download/. Linux users can install it by typing sudo apt-get install nodejs on their computers.

  2. Use the command npm install hello-world-chaitanyabaranwal to install the package.

  3. To use this in another module, simply use the commands:

    	`var <variable name> = require('hello-world-chaitanyabaranwal');`
    	`console.log(<variable name>.sayHelloWorld())`

    This would print "Hello world!" to the console.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago