File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# scjs - A simple interface to Scala Content Manager web-services.
2
2
3
+ [ ![ NPM Version] [ npm-image ]] [ npm-url ]
4
+ [ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
5
+ [ ![ GitHub Issues] [ issues-image ]] [ issues-url ]
6
+ [ ![ GitHub Pull Requests] [ pulls-image ]] [ pulls-url ]
7
+ [ ![ Known Vulnerabilities] [ vulns-image ]] [ vulns-url ]
8
+
3
9
This module is loosely modelled after the scws2 Python module, supporting the 2.x REST API.
4
10
5
11
## Example usage (set DEBUG=scjs for debug output):
@@ -28,3 +34,14 @@ cm.login(username, password).then((resp) => {
28
34
console .log (e);
29
35
});
30
36
```
37
+
38
+ [ npm-image ] : https://img.shields.io/npm/v/scjs.svg
39
+ [ npm-url ] : https://npmjs.org/package/scjs
40
+ [ downloads-image ] : https://img.shields.io/npm/dt/scjs.svg
41
+ [ downloads-url ] : https://npmjs.org/package/scjs
42
+ [ issues-image ] : https://img.shields.io/github/issues/cisc/scjs.svg
43
+ [ issues-url ] : https://github.com/cisc/scjs/issues
44
+ [ pulls-image ] : https://img.shields.io/github/issues-pr/cisc/scjs.svg
45
+ [ pulls-url ] : https://github.com/cisc/scjs/pulls
46
+ [ vulns-image ] : https://snyk.io/test/npm/scjs/badge.svg
47
+ [ vulns-url ] : https://snyk.io/test/npm/scjs
You can’t perform that action at this time.
0 commit comments