Go-Node is a command-line interface (CLI) tool developed in Go for quickly generating Node projects.
- Generate Node projects effortlessly
- Supports both JavaScript and TypeScript projects
To install Go-Node, you need to have Go installed. Then, run the following command:
Linux :
brew install gnoGenerate a Node.js Template :
gno template --database <mongo/sql> <folder_name>Generate Node.js Template with auth :
gno template --database <mongo/sql> <folder_name> --authGenerate a Node TS Project Template
gno template-ts my-template-folderContributions are welcome! Please feel free to submit issues or pull requests.
