crash-js 0.1.17 → 0.1.18
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 +18 -0
- package/crash-js/fs-utils +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,6 +71,24 @@ is hosted on
|
|
|
71
71
|
https://github.com/themartiancompany/libcrash-js-ur).
|
|
72
72
|
Be aware it could go offline any time.
|
|
73
73
|
|
|
74
|
+
## Documentation
|
|
75
|
+
|
|
76
|
+
The manual can be accessed with
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
man \
|
|
80
|
+
libcrash-js
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
An example program using both this library and the
|
|
84
|
+
[Crash Bash](
|
|
85
|
+
https://github.com/themartiancompany/crash-bash)
|
|
86
|
+
library,
|
|
87
|
+
[ahsi](
|
|
88
|
+
https://github.com/themartiancompany/ahsi),
|
|
89
|
+
is been made available as a submodule in the
|
|
90
|
+
`examples` directory.
|
|
91
|
+
|
|
74
92
|
## License
|
|
75
93
|
|
|
76
94
|
Crash JavaScript is released by Pellegrino Prevete
|
package/crash-js/fs-utils
CHANGED