File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Gymie - Client
2
2
3
+ <a href =" https://www.npmjs.com/package/gymie " ><img alt =" npm " src =" https://img.shields.io/npm/v/gymie?label=NPM%20Package " /></a >
4
+
3
5
<table >
4
6
<tbody >
5
7
<tr>
20
22
21
23
## Installation
22
24
25
+ Gymie-client is available as a [ NPM package] ( https://www.npmjs.com/package/gymie ) , and can installed as a dependency as usual:
26
+
27
+ ``` bash
28
+ $ npm install gymie
29
+ ```
30
+
31
+ You can also clone the repo and npm-link the library as follow:
32
+
33
+ ``` bash
34
+ $ git clone https://github.com/jscriptcoder/Gymie-Client
35
+ Cloning into ' Gymie-Client' ...
36
+ ...
37
+
38
+ $ cd Gymie-Client/
39
+ $ npm link
40
+ gymie@0.x.y preinstall /path/to/Gymie-Client
41
+ ...
42
+
43
+ $ cd ~ /path/to/project
44
+ $ npm link gymie
45
+ /path/to/project/node_modules/gymie -> /usr/local/lib/node_modules/gymie -> /path/to/Gymie-Client
46
+ ```
47
+
48
+ Although there isn't really a good readon to do it this way, unless you wanna contribute to the library and test it locally.
49
+
23
50
## How to run the client
24
51
25
52
## API and how to use it
You can’t perform that action at this time.
0 commit comments