https://github.com/mutahir-riaz/backend-template
This command-line application simplifies the process of setting up a new backend project by initializing a Node.js project, installing essential packages, and creating a structured folder layout with necessary configuration files.
https://github.com/mutahir-riaz/backend-template
backend command-line nodejs template-project
Last synced: 2 months ago
JSON representation
This command-line application simplifies the process of setting up a new backend project by initializing a Node.js project, installing essential packages, and creating a structured folder layout with necessary configuration files.
- Host: GitHub
- URL: https://github.com/mutahir-riaz/backend-template
- Owner: mutahir-riaz
- Created: 2024-07-13T12:46:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T17:00:42.917Z (about 1 year ago)
- Topics: backend, command-line, nodejs, template-project
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Backend Template Creator CLI App
Welcome to the Backend Template Creator CLI App! This command-line application simplifies the process of setting up a new backend project by initializing a Node.js project, installing essential packages, and creating a structured folder layout with necessary configuration files.
### Features
- Initializes a new Node.js project.
- Installs essential backend packages
- Creates a structured folder layout
- Creates necessary configuration files
### Getting Started
Follow these steps to set up and use the Backend Template Creator CLI App:
### Prerequisites
- Node.js and npm installed on your machine
- commander installed in the cloned folder
### Installation
### Clone the repository:
```http
git clone https://github.com/mutahir-riaz/backend-template.git
```
### Navigate to the project folder:
```http
cd backend-template
```
### Install commander module in the clone folder:
```http
npm i commander
```
### Link the CLI tool globally using npm link:
```http
npm link
```
### Usage
After setting up, you can use the CLI tool with the following command:
```html
backend init
```
#### This command will:
- Initialize a new Node.js project
- Install the required packages
- Create the specified folder structure
- Create the necessary configuration files
### License
This project is licensed under the ISC License.
### Author
#### Syed Mutahir Riaz