sheep-js 1.0.0

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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/dist/sheep.js +1664 -0
  3. package/package.json +27 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ #Sheep.js
2
+ Javascript module implementation of sheep.exe ((c) Tatsutoshi Nomura) ES6 style + vite
3
+
4
+ v1.0 beta
5
+
6
+
7
+ build lib:
8
+
9
+ npm run build
10
+
11
+
12
+ demo/test:
13
+
14
+ npm run dev