0.0.4 • Published 6 years ago

workshop-greeter v0.0.4

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

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 --version

Installing

    $ git clone https://gitlab.com/dragan1982/workshop-greeter
    $ cd workshop-greeter

Running 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

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago