ts-node-cli

0.0.2 • Public • Published

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'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i ts-node-cli

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

18.4 kB

Total Files

19

Last publish

Collaborators

  • highwalker