Skip to content

node-helloworlds

Latest
Compare
Choose a tag to compare
@AnastasiiaSliusar AnastasiiaSliusar released this 04 Jun 17:32
· 2 commits to master since this release

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/