1.0.0 • Published 10 months ago

presets-basic v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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-basic

This 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 -y option to automatically include a script.js file.
  • If you don't use the -y option, you will be prompted to decide whether or not to include a script.js file.

Example:

presets-basic make my-new-project -y

Show Help

presets-basic --help

or

presets-basic -h

Displays help information. (Basically this usage guide)

Show Version

presets-basic --version

or

presets-basic -V

Displays the currently installed version of presets-basic.

License

This project is licensed under the GNU GLPv3.0 License. See the LICENSE file for details.