1.0.0 • Published 2 years ago
presets-basic v1.0.0
Presets Basic CLI
A CLI tool for quickly setting up small web dev projects with useful preset templates
Table of Contents
Installation
To install Presets Basic globally, use npm:
npm install -g presets-basicThis will install the CLI tool globally, so it can be run from the command line.
Usage
Here's how you can use the Presets Basic CLI:
Create a New Frontend Project
presets-basic make <project-name> [-y]Creates a new frontend project with the given project name. It includes an index.html and style.css file by default.
- Use the
-yoption to automatically include ascript.jsfile. - If you don't use the
-yoption, you will be prompted to decide whether or not to include ascript.jsfile.
Example:
presets-basic make my-new-project -yShow Help
presets-basic --helpor
presets-basic -hDisplays help information. (Basically this usage guide)
Show Version
presets-basic --versionor
presets-basic -VDisplays the currently installed version of presets-basic.
License
This project is licensed under the GNU GLPv3.0 License. See the LICENSE file for details.
1.0.0
2 years ago