bruce-cesium 3.4.8 → 3.4.9

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 CHANGED
@@ -0,0 +1,31 @@
1
+ # bruce-cesium
2
+
3
+ This is a library which provides utility for rendering Nextspace data onto CesiumJS.
4
+
5
+ <br>
6
+
7
+ ### Local build
8
+
9
+ - `npm i`
10
+
11
+ - `npm run build`
12
+
13
+ <br>
14
+
15
+ ### Running tests
16
+
17
+ - `npm i` (ignore if already run)
18
+
19
+ - `npm run test` (running all tests)
20
+
21
+ - `npx run jest ./test/unit/internal` (example for testing just one test folder)
22
+
23
+ <br>
24
+
25
+ ### Publishing new versions
26
+
27
+ - Increase version inside `package.json` and push the change.
28
+
29
+ - Bitbucket will run a build and test step.
30
+
31
+ - Manually click `NPM Release` in Bitbucket Pipelines.