Skip to content

AnastasiiaSliusar/node-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-helloworlds

Use to display the message "Hello World (by Anastasiia Sliusar)"

Quick Start

In your project directory,you may install this package by using the command

npm i node-helloworlds

or by making next steps:

  • make npm init
  • modify the default package.json file:
    "dependencies": {
    "node-helloworlds": "git://github.com/AnastasiiaSliusar/node-helloworld.git#master"
    }
  • install the package:
    npm i node-helloworlds

Example of how use this package you may see in https://github.com/AnastasiiaSliusar/hello_testing/