occam-open-cli 5.0.31 → 5.0.32
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
- [Introduction](#introduction)
|
|
8
8
|
- [Installation](#installation)
|
|
9
9
|
- [Usage](#usage)
|
|
10
|
+
- [Building](#building)
|
|
10
11
|
- [Contact](#contact)
|
|
11
12
|
|
|
12
13
|
## Introduction
|
|
@@ -85,6 +86,13 @@ In these cases `open` will recover the underlying GitHub repository from the pac
|
|
|
85
86
|
|
|
86
87
|
Both Occam and the Open Mathematics site are works in progress, as indeed is `open`. The remainder of this readme file gives some of the current thinking on versioning and so forth that has yet to be implemented.
|
|
87
88
|
|
|
89
|
+
## Building
|
|
90
|
+
|
|
91
|
+
Automation is thanks to [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are:
|
|
92
|
+
|
|
93
|
+
npm run build-debug
|
|
94
|
+
npm run watch-debug
|
|
95
|
+
|
|
88
96
|
## Contact
|
|
89
97
|
|
|
90
98
|
* james.smith@openmathematics.org
|
package/package.json
CHANGED