generator-typescript-project-generator-by-ridesz v0.0.20
Generator TypeScript Project Generator by Ridesz
:warning: This repository is under development and not yet ready for production use. :warning:
Generator to generate TypeScript project generator (with partial "regeneration" feature) based on my personal preference.
So this project generate projects that's purpose is to generate other projects.
How to start?
You need to create and clone a GitLab project (https://gitlab.com).
Then please run the following command in the project folder:
npx generator-typescript-project-generator-by-ridesz@latest
How to continue?
To regenerate with the same version of the generator:
npm run project:regenerate
To upgrade with the newest version of the generator:
npm run project:upgrade
Major version upgrades can be painfull. You may need to answer a few questions or run some extra commands manually. Please read the console messages carefully.
For development
So I usually pack and install the current version globally (use your version number):
npm pack && npm i -g ./generator-typescript-project-generator-by-ridesz-0.0.20.tgz
Then I run it without the @latest postfix (npx generator-typescript-project-generator-by-ridesz@latest also broken for me):
npx generator-typescript-project-generator-by-ridesz
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago