@yveskaufmann/ts-starter
v1.1.0
Published
Personal TypeScript project starter template
Readme
TypeScript Starter Template
A personal TypeScript project starter template with Plop.js for rapid project bootstrapping.
Installation
You can install the starter globally or use it directly with npx.
Install Globally
npm install -g @yveskaufmann/ts-starterOr use with NPX (no global install required)
npx @yveskaufmann/ts-starterUsage
After installation, you can bootstrap a new TypeScript project using the ts-starter command.
Create a New Project
ts-starterYou will be prompted for:
- Project name
- Project description
- Author name
A new directory with your project will be created based on the template.
Example
ts-starter
# ? What is the project name? my-awesome-app
# ? Project description: My awesome TypeScript app
# ? Author name: Your Name <[email protected]>This will generate a new folder my-awesome-app with all template files.
Development
To test the generator locally without installing globally:
npx plopCreated by Yves Kaufmann
