1.4.1 • Published 4 years ago

tsprogen v1.4.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

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):

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

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago