0.1.4 • Published 8 years ago
touchindex v0.1.4
touchindex
Like touch index.html, but just a little better.
There are lots of scaffolding tools out there.touchindex aims to be as simple as possible, very bare bones tool to create just enough
HTML, CSS and JavaScript to get a quick demo rolling. It consists of one file and zero
dependencies, so istallation process is fast.
To scaffold a simple project to your current directory, just run:
npx touchindex html js cssand then open the geneated index.html file in your browser, or use a
tool like http-server to serve the files.