From 7e570e8474e956b2324dccc392ecfbea7598232b Mon Sep 17 00:00:00 2001 From: Lucifer___13 Date: Mon, 18 May 2020 16:41:13 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7ad408..8ef1d11 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # **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: -- 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 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: From 978473c8906d10a3cfe999a99baf513c14b7bf90 Mon Sep 17 00:00:00 2001 From: Lucifer___13 Date: Mon, 18 May 2020 16:41:57 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ef1d11..ef06a9d 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ 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 + - 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) + -all the files when you Enter the command `flutter create app_name` + -git init is added (optional) From 1923e41853d4507112338c075a11cba0f0e666bc Mon Sep 17 00:00:00 2001 From: Lucifer___13 Date: Mon, 18 May 2020 16:42:52 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef06a9d..8437245 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ 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) + +# 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)