webfast 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
#
|
1
|
+
# WebFast!
|
2
2
|
|
3
|
-
|
3
|
+
WebFast! is a lightweight, model-based framework developed by Hybrid Institute. It is designed for individuals who are interested in building no-code/low-code solutions and prefer an easy-to-setup development environment.
|
4
4
|
|
5
5
|
## Introduction
|
6
6
|
|
7
|
-
|
7
|
+
WebFast! provides a flexible and intuitive platform for creating web applications without the need for extensive coding. It empowers users to leverage a model-based approach, making it accessible to a broader audience, including those with limited coding experience.
|
8
8
|
|
9
9
|
## Features
|
10
10
|
|
@@ -24,13 +24,13 @@ WebFS provides a flexible and intuitive platform for creating web applications w
|
|
24
24
|
1. Clone the repository:
|
25
25
|
|
26
26
|
```bash
|
27
|
-
git clone https://github.com/ThePhotoCodeGrapher/
|
27
|
+
git clone https://github.com/ThePhotoCodeGrapher/WebFast!.git
|
28
28
|
```
|
29
29
|
|
30
30
|
2. Navigate to the project directory:
|
31
31
|
|
32
32
|
```bash
|
33
|
-
cd
|
33
|
+
cd WebFast!
|
34
34
|
```
|
35
35
|
|
36
36
|
3. Install dependencies:
|
@@ -57,13 +57,13 @@ WebFS provides a flexible and intuitive platform for creating web applications w
|
|
57
57
|
|
58
58
|
## Contributing
|
59
59
|
|
60
|
-
We welcome contributions from the community. If you'd like to contribute to
|
60
|
+
We welcome contributions from the community. If you'd like to contribute to WebFast!, please follow our [contribution guidelines](CONTRIBUTING.md).
|
61
61
|
|
62
62
|
## Modules
|
63
63
|
|
64
64
|
### Generator Module
|
65
65
|
|
66
|
-
The `generator` module is an object-based component of
|
66
|
+
The `generator` module is an object-based component of WebFast! that allows you to extend the functionality based on your specific requirements. This module will be automatically executed, taking into account its dependencies.
|
67
67
|
|
68
68
|
#### Dependencies
|
69
69
|
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "webfast",
|
3
|
-
"version": "0.0.
|
4
|
-
"description": "
|
3
|
+
"version": "0.0.2",
|
4
|
+
"description": "WebFast!! Bot Application, including TON mini-apps",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
|
-
"url": "https://github.com/ThePhotoCodeGrapher/
|
8
|
+
"url": "https://github.com/ThePhotoCodeGrapher/WebFast!"
|
9
9
|
},
|
10
10
|
"scripts": {
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|