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.1release of the best web dev projects template on the net [WEBDEV] ✌️.
Updates ♻️
- ➕ Added ESlint Linter Files.
- ➕ Added Eslint Configs to Github
linters.ymlfile. - ➕ Added Guiding Comments for Contributers in the
README.mdfile. - ➕ Updated
plan.txtFile inmanifestoFolder with More Rules. - ➕ Updated
REAMDE.mdInformation 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.mdTemplate for Web Projects. - A Github Actions
.github/workflows/linter.ymlFile with HTML & CSS Linters (Stylelint, Webhint, Lighthouse). - A
cssFolder with 4 CSS Files Containing Boilerplate Code for: layout (layout.css), Style (style.css), Debug (debug.css), and Reset (reset.css). - An
imagesFolder to Hold All Project Images. - A
jsFolder for All Project Scripts - A
manifestoFolder with All Brain Storming Ideas And Project Planning. - A
pagesFolder with All Project Pages. - A
testFolder with All Project Tests. - A
.gitignoreFile to Ignore All Files and Folders not Needed for the Project. - A
.hintrcFile to Configure Webhint. - A
.stylelintrcFile to Configure Stylelint. - A
LICENCEFile to Hold the license Details for the Project (MIT). - A
gulpfile.jsto Automate the Build Process. - A
package-lock.jsonto Hold the Project Dependencies. - A
package.jsonto Hold the Project Details.