mstate-cli 0.4.3 → 0.4.4

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/.prettierrc CHANGED
@@ -1,5 +1,5 @@
1
- {
2
- "endOfLine": "auto",
3
- "singleQuote": true,
4
- "trailingComma": "all"
5
- }
1
+ {
2
+ "endOfLine": "auto",
3
+ "singleQuote": true,
4
+ "trailingComma": "all"
5
+ }
package/Readme.md CHANGED
@@ -1,39 +1,39 @@
1
- # mstate CLI
2
-
3
- <div style="display: flex; justify-content: center;">
4
- <img src="https://docs.mstate.ai/img/mymobioffice_logo.png" alt="mstate" />
5
- </div>
6
-
7
- ##
8
-
9
- MSTATE is a powerful library that automates workflows managing state transactions and actions, ensuring seamless execution and enhanced process control.
10
-
11
- MSTATE CLI is a manager for workflow configs and user management using your command shell.
12
-
13
- To know more about it, Please check [https://docs.mstate.ai](https://docs.mstate.ai).
14
-
15
- Cloning your first workflow is as easy as:
16
-
17
- ```cmd
18
- mstate clone -w demo/sign_up_form
19
- ```
20
-
21
- All Node.js versions are supported starting Node.js 12.X.
22
-
23
- ### Installing MSTATE CLI
24
-
25
- With NPM:
26
-
27
- ```cmd
28
- npm i mstate-cli -g
29
- ```
30
-
31
- You can install Node.js easily from [Link](https://nodejs.org/en/download/package-manager).
32
-
33
- ### To list all Command:
34
-
35
- ```cmd
36
- mstate -h
37
- ```
38
-
39
- ### Managing workflow config is straightforward:
1
+ # mstate CLI
2
+
3
+ <div style="display: flex; justify-content: center;">
4
+ <img src="https://docs.mstate.ai/img/mymobioffice_logo.png" alt="mstate" />
5
+ </div>
6
+
7
+ ##
8
+
9
+ MSTATE is a powerful library that automates workflows managing state transactions and actions, ensuring seamless execution and enhanced process control.
10
+
11
+ MSTATE CLI is a manager for workflow configs and user management using your command shell.
12
+
13
+ To know more about it, Please check [https://docs.mstate.ai](https://docs.mstate.ai).
14
+
15
+ Cloning your first workflow is as easy as:
16
+
17
+ ```cmd
18
+ mstate clone -w demo/sign_up_form
19
+ ```
20
+
21
+ All Node.js versions are supported starting Node.js 12.X.
22
+
23
+ ### Installing MSTATE CLI
24
+
25
+ With NPM:
26
+
27
+ ```cmd
28
+ npm i mstate-cli -g
29
+ ```
30
+
31
+ You can install Node.js easily from [Link](https://nodejs.org/en/download/package-manager).
32
+
33
+ ### To list all Command:
34
+
35
+ ```cmd
36
+ mstate -h
37
+ ```
38
+
39
+ ### Managing workflow config is straightforward: