noskills 4.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/bin.js +6 -0
- package/package.json +15 -0
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# noskills
|
|
2
|
+
|
|
3
|
+
Shortcut package so that `npx noskills` works as an alias for `npx eser noskills`.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx noskills
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
This is equivalent to:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npx eser noskills
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
All arguments are forwarded transparently.
|
|
18
|
+
|
|
19
|
+
## License
|
|
20
|
+
|
|
21
|
+
Apache-2.0
|
package/bin.js
ADDED
package/package.json
ADDED