Skip to content

Releases: AnastasiiaSliusar/node-helloworld

node-helloworlds

04 Jun 17:32
Compare
Choose a tag to compare

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/