lmsy
v1.0.1
Published
A CLI tool to create a boilerplate project with a simple HTML, CSS, and JavaScript structure. Use it for those "let me show you how" moments that you have with your colleagues where you need a quick basic HTML, CSS, and JavaScript project setup.
Maintainers
Readme
Let Me Show You (LMSY)
A CLI tool to create a boilerplate project with a simple HTML, CSS, and JavaScript structure.
Use it for those "let me show you how" moments that you have with your colleagues where you need a quick basic HTML, CSS, and JavaScript project setup.
How to use
npx lmsy <project-name>Features
- Creates a basic HTML, CSS, and JavaScript boilerplate project.
- Includes a simple
index.html,reset.css,style.css, andscript.jsfile. - Includes a command to start a local server with hot reloading using
live-serverby runningnpm startinto the new project's directory.
