This repository is to be used as a starter for cli utilities based Node.js applications written in TypeScript and using MongoDB. It includes a range of nice packages and configurations.
- Clone this repo:
git clone https://github.com/mneco/cli-starter - Launch the mongo database locally
- Create
.envwith the environment variables listed below - Run
yarnin the root folder - Run
yarn develop
And you should be good to go! Feel free to fork and submit pull requests.
| Name | Description |
|---|---|
MONGO |
URL of the mongo database |
Also, please, consider looking at .env.sample.