Skip to content

Commit 6315967

Browse files
author
Abdullah Alhazmy
committed
update readme file
1 parent d70dbfa commit 6315967

File tree

3 files changed

+29
-58
lines changed

3 files changed

+29
-58
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="">
3-
<img alt="docsify" src="https://user-images.githubusercontent.com/4659608/190292887-ac6482d9-dc0c-4534-b032-4d704a0322be.png">
3+
<img alt="docsify" src="https://avatars.githubusercontent.com/u/114390448" style="width: 150px">
44
</a>
55
</p>
66

@@ -9,12 +9,9 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/alhazmy13/godzilla/issues"><img alt="Github issues" src="https://img.shields.io/github/issues-raw/alhazmy13/godizlla?style=flat-square"></a>
13-
<a href="https://www.npmjs.com/package/@godzilla/core"><img alt="npm" src="https://img.shields.io/npm/v/@godzilla-forms/core?label=npm%2Fcore&style=flat-square"></a>
14-
<a href="https://www.npmjs.com/package/@godzilla/core"><img alt="npm" src="https://img.shields.io/npm/v/@godzilla-forms/parser?label=npm%2Fparser&style=flat-square"></a>
12+
<a href="https://github.com/Godzilla-Forms/angular-parser/issues"><img alt="Github issues" src="https://img.shields.io/github/issues-raw/Godzilla-Forms/angular-parser?style=flat-square"></a>
13+
<a href="https://www.npmjs.com/package/@godzilla-forms/angular-parser"><img alt="npm" src="https://img.shields.io/npm/v/@godzilla-forms/angular-parser?label=npm%2Fcore&style=flat-square"></a>
1514
<img alt="Framework" src="https://img.shields.io/badge/Freamwork-Angular-brightgreen?style=flat-square">
16-
<img alt="Framework" src="https://img.shields.io/badge/Freamwork-React|WIP-blue?style=flat-square">
17-
<img alt="Framework" src="https://api.netlify.com/api/v1/badges/d4f3a8cf-f3aa-404c-86f6-bfa3b95ebb59/deploy-status">
1815
</p>
1916

2017
<p align="center">Godzilla is built-in ready form elements and templates; just focus on your Business logic and let Godzilla handle the
@@ -29,28 +26,25 @@ forms.</p>
2926

3027
## Features
3128

32-
- Generate dynamic forms as json
33-
- Built over the bootstrap framework
29+
- Forms as json
30+
- Dynamic Fields
31+
- Conditional Logic
3432
- User friendly builder
35-
- Angular and React(WIP) parser to convert from json as component
36-
- Fully customizable
37-
- Support Localization (WIP)
38-
- Custom flow for form elements
33+
- Internationalization (i18n)
34+
- Field-level validation
35+
- Custom Validation
36+
- Dependent Validation
37+
- Wizards and multi-step forms
38+
- Boostrap 5 friendly
3939

4040
## Contributing
4141

4242
- Fork it!
43-
- Create your feature branch: `git checkout -b my-new-feature`
43+
- Create your feature branch: `git checkout -b branch-name`
4444
- Commit your changes: `git add . && git commit -m 'Add some feature'`
4545
- Push to the branch: `git push origin my-new-feature`
4646
- Submit a pull request
4747

48-
## Development
49-
50-
```bash
51-
TODO
52-
```
53-
5448

5549
## License
5650

package-lock.json

Lines changed: 13 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@godzilla-forms/parser",
3-
"version": "0.0.9",
2+
"name": "@godzilla-forms/angular-parser",
3+
"version": "0.0.10",
44
"description": "Godzilla Forms parser library for angular",
55
"private": false,
66
"publishConfig": {
@@ -30,7 +30,7 @@
3030
"@angular/common": "^14.0.0",
3131
"@angular/core": "^14.0.0",
3232
"@angular/forms": "^14.0.0",
33-
"@godzilla-forms/core": "file:../core",
33+
"@godzilla-forms/core": "^0.0.9",
3434
"rxjs": "~7.5.7"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)