/create-html-app

Command line tool that generates directories and files for a basic HTML, CSS and JS project

Primary LanguageJavaScriptMIT LicenseMIT

create-html-app


When am teaching basic HTML|CSS|JS in class everytime we start a new topic I always have to create a new project, the process gets tedious sometimes. So as i am learning the nodeJS core modules I thought of creating a tool that I can customize and use to generate projects for me in class. it's very new with lots todo and bugs..

Hown to run it : $ node main.js < project name > e.g node main.js git-basics

Its not fully open though public, feel free to comment and make suggestions. It will be fully open soon. :D