1.0.3 • Published 2 years ago

jsmp-infra-oleksandr-hello v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Homework 9

This homework is about introduction into web infrastructure. Introduction and package managers.

Prerequisites

You need to install Node.js npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.

Installing

Install with NPM:

npm i jsmp-infra-oleksandr-hello

Usage

const { sayHello } = require('jsmp-infra-oleksandr-hello');

const hello = sayHello('max');
console.log(hello); // 'Hello, Max!'

Authors

  • Oleksandr Hladchenko

License

This project is licensed under the ISC License.

Keywords

none

1.0.3

2 years ago

1.0.2

2 years ago