We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c853a2 commit 48c44f6Copy full SHA for 48c44f6
README.md
@@ -3,13 +3,11 @@ HWCORE - JS CLASS
3
4
== JS Class ==
5
6
+**A Full featured Javascript class implementation**
7
+
8
This is the class module of hw-core for javascript
9
It is required by most js libraries.
10
11
It can be used both on browser and server ( nodejs tested )
12
-**How to install ( For all Platform / OS : run in bash >= 4.x )**
-
13
- repo="hw-core/js-lib-class"; git clone https://github.com/$repo.git $repo; ./$repo/install.sh
14
15
#### [>>> documentation <<<](https://hw-core.github.io/js-lib-class) ##
0 commit comments