# README
Go-Node
Go-Node is a command-line interface (CLI) tool developed in Go for quickly generating Node projects.

Features
- Generate Node projects effortlessly
- Supports both JavaScript and TypeScript projects
Installation
To install Go-Node, you need to have Go installed. Then, run the following command:
Linux :
brew install gno
Usage
Generate a Node.js Template :
gno template --database <mongo/sql> <folder_name>
Generate a Node TS Project Template
gno template-ts my-template-folder
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.