/webquick

simple CLI to get started with web dev

Primary LanguageJavaScriptISC LicenseISC

WebQuick

simple CLI to get started with web dev

Note

This project is in early developement. Please collab if you are interested.

Features:

  • Generates basic HTML, CSS, and JavaScript files.
  • Starts a live server for your project.
  • Easy to use with a command-line interface.
  • Open-source and free to use.

Installation:

npm install -g webquick

Usage:

1. Generate Boilerplate:

webquick generate project-name
webquick g project-name

This will create a new directory named project-name with the basic files.

2. Start a Live Server:

webquick serve project-name
webquick s project-name

This will open your project at http://localhost:3000.

Contributing:

We welcome contributions! Please follow these guidelines:

  1. Fork the repository and create a new branch for your feature.
  2. Make changes and write clear documentation.
  3. Run tests to ensure functionality remains intact.
  4. Submit a pull request with a descriptive title and explanation.

License:

ISC License: LICENSE

Additional Information:

  • Feel free to open issues if you encounter problems or have suggestions.
  • We hope you enjoy using WebQuick!