HTML5 project starter.
Sloth Html is a CLI tool for quickly starting HTML5 projects. Its purpose is to facilitate the creation of folder and file structures for small HTML5 study projects.
Note: The final idea is to emulate the operation of composer PHP
, managing the project libraries via CLI.
Initializes a folder with the index.html file, the vendor directory (for third-party resources) and the assets resource directory with their respective subdirectories: css, font, img, scss and js.
slothhtml init or slothhtml init 'name-project'
Shows the application's command list.
slothhtml help
Searches for a library in cdnjs.
slothhtml search 'lib-name'
- Develop the project's base interpreter
- Create a basic command library
- Create a project configuration file
- Create library management functionality