** Last update ** Adding flag --aframe (a-frame VR framework)
Script to create a boilerplate for web development
Get your project folder structure with a single command
git clone https://github.com/franlol/webdeb-init-tree
sudo cp ./webdeb-init-tree/wit /bin/wit
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
wit folder-name --flags
wit my-project --css --bulma --jquery