Socket
Socket
Sign inDemoInstall

tsprogen

Package Overview
Dependencies
37
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

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
Install size
5.38 MB
Created
Weekly downloads
 

Readme

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 currently deployed. View the live website.

Discord Server

Feel free to join our Discord Server for help using the tool, questions regarding how to contribute, or anything else!

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 and Bugs

If you have feedback or a bug report, please feel free to open a GitHub issue!

Contributing

If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.

Package Updates

  • Patch updates will be shipped as they are produced.
  • Minor updates, when produced, will be shipped on Mondays.
  • Major updates (with breaking changes) will be announced before shipping, and will ship on the 1st of the month.

Code of Conduct

Before interacting with our community, please read our Code of Conduct.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Nicholas Carrigan (he/him)

📆

SkyWolf

📆

Theo Paris

💻

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

FAQs

Last updated on 06 Nov 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc