0.0.2 • Published 5 years ago

ts-node-cli v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

A simple command line tool to clone my ts-node-starter.

Installation

npm install -g ts-node-cli

Usage

tsns [optional name]

cd [given name or ts-node-starter]

touch .env

npm install

tsc --watch

nodemon (or whatever you use)

Example .env file

HOST_URL='theurlyourserverison.com'
PORT=4200

MONGO_URL='mongoLocationURL'
JWT_SECRET='averysecretsecret'

MAILGUN_API_KEY='yourmailgunapikey'
EMAIL_DOMAIN='mailgun.email.domain'