UNPKG

377 BMarkdownView Raw
1project
2--------
3
4[Description]
5
6Install:
7
8 npm install projectname
9
10Add dependency to your project with
11
12 "projectname": "git@github.com/Michieljoris/projectname"
13
14or
15
16 "projectname": "*"
17
18Require in a module:
19
20 var projectname = require('projectname');
21
22Use:
23
24See [documentation](https://rawgithub.com/Michieljoris/projectname/master/docs/projectname.html).
25
26
27
28
29
30