Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.11 KB

Automated Node Project Setup

Overview

This repository provides a bash script for setting up a new Node.js project with all the essential files and configurations. It's designed to save time and ensure consistency in project initialization.

Usage

Clone this repository to your local machine. Run the install.sh script by executing the following command in your terminal: ./install.sh

The script performs the following tasks:

Sets up a basic folder structure (src, public, etc.) accordingly to your repo. Installs common Node.js packages. You can customize the script to suit your specific needs. For example:

Modify the default package.json settings in the script. Adjust the list of default packages to install. Dependencies This script requires the following dependencies to be installed on your system:

Node.js npm Git Disclaimer While this script aims to streamline the project setup process, it's important to review the generated files to ensure they meet your specific requirements and preferences.

Feel free to customize this readme further to include any additional information or details specific to your project.