New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typescript-for-nodejs-template-by-captain-jack

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-for-nodejs-template-by-captain-jack

Fast and Easy starter files to immediately work with TS in Nodejs

  • 1.0.13
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
1
Weekly downloads
 
Created
Source

Use this global npm package to create a starter file for working with Typescript in Nodejs.

Open an EMPTY folder and...

Type this command in the terminal:

create-ts-node-starter-by-captain-jack

and then type: npm i

And that is it! Your are ready to go :)

Explanation:

This will automatically create a package.json file with basic settings, a tsconfig.json file with basic JSON compilerOptions, and a src folder with an empty app.ts file.

Make sure you have these packages already installed on your computer:

npm i -g typescript

npm i -g ts-node

npm i -g nodemon

No need to install npm i @types/node -D, because it is a dev dependency and it will be automatically installed with npm i.

Thanks for using,

Jack Amsterdam

Follow me on Github:

https://github.com/jackamsterdam

Keywords

FAQs

Package last updated on 02 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc