Releases: ramoun-starter/WEBDEV
Releases · ramoun-starter/WEBDEV
Release 1.1 (WDEV1.1)
WDEV 1.1 🏷️
A Basic Template for All Web Development Projects.
Release 1.1
Notes 📓
- This is the
1.1
release of the best web dev projects template on the net [WEBDEV] ✌️.
Updates ♻️
- ➕ Added ESlint Linter Files.
- ➕ Added Eslint Configs to Github
linters.yml
file. - ➕ Added Guiding Comments for Contributers in the
README.md
file. - ➕ Updated
plan.txt
File inmanifesto
Folder with More Rules. - ➕ Updated
REAMDE.md
Information to be More Professional.
First Release (WDEV1.0)
WDEV 1.0 🏷️
A Basic Template for All Web Development Projects.
First Release Notes 📓
- This is the first release of the best web dev projects template on the net [WEBDEV] ✌️.
Contents 🏆
- A
README.md
Template for Web Projects. - A Github Actions
.github/workflows/linter.yml
File with HTML & CSS Linters (Stylelint, Webhint, Lighthouse). - A
css
Folder with 4 CSS Files Containing Boilerplate Code for: layout (layout.css
), Style (style.css
), Debug (debug.css
), and Reset (reset.css
). - An
images
Folder to Hold All Project Images. - A
js
Folder for All Project Scripts - A
manifesto
Folder with All Brain Storming Ideas And Project Planning. - A
pages
Folder with All Project Pages. - A
test
Folder with All Project Tests. - A
.gitignore
File to Ignore All Files and Folders not Needed for the Project. - A
.hintrc
File to Configure Webhint. - A
.stylelintrc
File to Configure Stylelint. - A
LICENCE
File to Hold the license Details for the Project (MIT). - A
gulpfile.js
to Automate the Build Process. - A
package-lock.json
to Hold the Project Dependencies. - A
package.json
to Hold the Project Details.