bare-script 3.0.6 → 3.0.7
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 +4 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
[BareScript](https://craigahobbs.github.io/bare-script/language/)
|
|
7
7
|
is a simple, lightweight, and portable programming language. Its Pythonic syntax is influenced by
|
|
8
|
-
JavaScript, C, and the Unix Shell. BareScript also has a
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[embedded within applications](#markdownup-a-markdown-viewer-with-barescript)
|
|
12
|
-
or used as a
|
|
13
|
-
stand-alone programming language using the
|
|
14
|
-
[command-line interface](#the-barescript-command-line-interface-cli).
|
|
8
|
+
JavaScript, C, and the Unix Shell. BareScript also has a library of built-in functions for common
|
|
9
|
+
programming operations. BareScript can be embedded within applications or used as a stand-alone
|
|
10
|
+
programming language using the command-line interface.
|
|
15
11
|
|
|
16
12
|
There are two implementations of BareScript:
|
|
17
13
|
[BareScript for JavaScript](https://github.com/craigahobbs/bare-script#readme)
|
|
@@ -152,7 +148,7 @@ bare script.bare
|
|
|
152
148
|
function read non-URL paths from the local file system.
|
|
153
149
|
[systemFetch](https://craigahobbs.github.io/bare-script/library/#var.vGroup='System'&systemfetch)
|
|
154
150
|
calls with a non-URL path and a
|
|
155
|
-
[request body](https://craigahobbs.github.io/bare-script
|
|
151
|
+
[request body](https://craigahobbs.github.io/bare-script/library/model.html#var.vName='SystemFetchRequest')
|
|
156
152
|
write the body to the path.
|
|
157
153
|
|
|
158
154
|
|