New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-basic-web

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-basic-web

A cli tool which will create a basic scaffold web application (basic html,css,javascript)

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

create-basic-web

A CLI tool to scaffold a basic HTML folder structure with ease! Quickly generate a boilerplate structure for your web projects.

Features

  • Creates a basic HTML folder structure
  • Includes files like index.html, style.css, and script.js
  • Interactive prompts for customization of file and folder names

Installation

Install the package globally using npm:

npm install -g create-basic-web

Usage

  1. Run the CLI tool:
create-basic-web
  1. Follow the prompts: The tool will ask for the following inputs
  • Folder Name/project Name: Name of the folder where the structure will be created
Running CLI App...
✔ Enter the folder name: my-project
✔ Folder "my-project" created successfully.
✔ File "index.html" created successfully in "D:\Learning\nodejs\cli-learning\create-basic-web\my-project".
✔ File ".gitignore" created successfully in "D:\Learning\nodejs\cli-learning\create-basic-web\my-project".
⚠ Folder "my-project" already exists.
✔ File "README.md" created successfully in "D:\Learning\nodejs\cli-learning\create-basic-web\my-project".
⚠ Folder "my-project" already exists.
✔ Folder "css" created successfully.
✔ File "style.css" created successfully in "my-project\css".
✔ Folder "js" created successfully.
✔ File "script.js" created successfully in "my-project\js".
✔ Folder "assets" created successfully.
⚠ File "undefined" already exists.
✔ Folder "images" created successfully.
⚠ File "undefined" already exists.
✔ Folder "fonts" created successfully.
⚠ File "undefined" already exists.
All tasks completed!
  1. Navigate to the folder:
cd my-project
  1. Modify the app as per your wish.

Contribution

We welcome contributions! If you'd like to contribute to openweathermap-wrapper, please follow our Contribution Guidelines.

Author

Subramanya KS

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 24 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc