Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# **Html Helper**

This a small Script which creates Necessary files for front-end.
This a small Script which manages both flutter and front-end projects


# Files Create:

# For Front-end:
- Creates Index.html with pre-Html Tags defined for any project
- Style folder with style.css(With padding and margins removed)
- Assets folder added


# For flutter :
- all the files when you Enter the command `flutter create app_name`
- git init is added (optional)




# Requirements:
* Python 3+

Expand Down