clou-lang 0.3.0 → 0.3.1
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/bin/clou.js +10 -2
- package/package.json +1 -1
package/bin/clou.js
CHANGED
|
@@ -18,8 +18,8 @@ const args = process.argv.slice(2);
|
|
|
18
18
|
function printHelp() {
|
|
19
19
|
console.log(`
|
|
20
20
|
╔═══════════════════════════════════════╗
|
|
21
|
-
║ CLOU Language v0.
|
|
22
|
-
║
|
|
21
|
+
║ CLOU Language v0.3 ║
|
|
22
|
+
║ Describe it once. Run everywhere. ║
|
|
23
23
|
╚═══════════════════════════════════════╝
|
|
24
24
|
|
|
25
25
|
Usage:
|
|
@@ -41,6 +41,14 @@ function printHelp() {
|
|
|
41
41
|
clou mysite.clou
|
|
42
42
|
clou build mysite.clou -o index.html
|
|
43
43
|
clou dev mysite.clou
|
|
44
|
+
clou deploy mysite.clou
|
|
45
|
+
|
|
46
|
+
Elements (30+):
|
|
47
|
+
page, heading, text, image, video, button, link,
|
|
48
|
+
input, textarea, checkbox, dropdown, slider, form,
|
|
49
|
+
list, box, row, grid, card, section, navbar, footer,
|
|
50
|
+
modal, icon, space, table, tabs, accordion, progress,
|
|
51
|
+
audio, code
|
|
44
52
|
|
|
45
53
|
Themes:
|
|
46
54
|
neon, ocean, sunset, forest, candy,
|