workshop-greeter
v0.0.4
Published
"Workshop Greeter"
Readme
Project Title
Workshop Greeter - project used for practicing publishing npm packages to npm registry
Prerequisites
For development, you will only need Node.js installed on your environement.
Node
[Node](http://nodejs.org/) is easy to install and it also includes [NPM](https://npmjs.org/) .
You should be able to follow installation instructions for your OS and run the following commands afterwards:
$ node --version; $ npm --versionInstalling
$ git clone https://gitlab.com/dragan1982/workshop-greeter
$ cd workshop-greeterRunning the tests
$ npm test
Running project
$ npm start
Using package as dependency
const greeter = require('workshop-greeter');
greeter();
Versioning
SemVer is used for versioning. Check the repository for the versions available.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Languages & tools
JavaScript, Node.js
