Skip to content

Shell Script to create a boilerplate for web development

Notifications You must be signed in to change notification settings

franlol/webdeb-init-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

** Last update ** Adding flag --aframe (a-frame VR framework)

WiT - Web-development Initial Tree

Script to create a boilerplate for web development

Get your project folder structure with a single command

alt text

Installation

git clone https://github.com/franlol/webdeb-init-tree
sudo cp ./webdeb-init-tree/wit /bin/wit

Features

Create index.html with the following flags

  • --css: Custom folder for css with 'style.css' linked
  • --js: Custom folder for JS with 'script.js' linked
  • --bootstrap: Bootstrap cdn link (css + js)
  • --bulma: Bulma cdn link
  • --fontawesome: Font Awesome cdn link
  • --jquery: jQuery cdn link
  • --aframe: A-Frame cdn link

Usage / example

wit folder-name --flags

wit my-project --css --bulma --jquery

About

Shell Script to create a boilerplate for web development

Resources

Stars

Watchers

Forks

Languages