Socket
Socket
Sign inDemoInstall

tsprogen

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsprogen

A CLI project generator for setting up TypeScript + Node projects.


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

TSProGen

All Contributors

TSProGen is a CLI tool to generate a basic file structure for a TypeScript-Node project.

Live Version

This page is not yet deployed.

Installing the Tool

Run the following command in your terminal to install the CLI tool:

npm install -g tsprogen

Running the Tool

With your terminal pointed at your root project directory (where you want the files generated), use this command:

tsprogen

This will generate the initial file structure for your project.

Testing Your New Project

To test your new project, you will need to build and start the script. If you do not have TypeScript installed globally, run npm install typescript. Then use the following script to build the files:

npm run build

To run the server, use:

npm run start

You should see "index.ts works!" in your console - congratulations! Your project is ready for development!

Feedback, Bugs, and Contributions

If you have feedback or a bug report, you can create a GitHub issue or contact me directly.

If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and I will review it as soon as I am able!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Nicholas Carrigan (he/him)

📆

SkyWolf

📆

This project follows the all-contributors specification. Contributions of any kind welcome!

FAQs

Package last updated on 27 Oct 2020

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