Skip to content

kelzenberg/cookiecutter-typescript

Repository files navigation

Cookiecutter-Template for TypeScript v4+

A cookiecutter template to create new TypeScript v4 projects on MacOS (for now).
You can choose between standard or mono-repository projects.

Prerequisites

How to use this template

You have two options to create a new project from this template:

  • Use it directly from Github

    cookiecutter https://github.com/kelzenberg/cookiecutter-typescript

    You'll find the newly created project in the folder in which the command executed.

  • Use this repository locally

    git clone [email protected]:kelzenberg/cookiecutter-typescript.git
    yarn install
    yarn new

    You'll find the newly created project within the repo's projects folder.

After project creation

  • See the README.md of your newly created project for further use of the project.

  • The project also includes an opinionated and therefore optional executable MacOS_setup.sh file inside the project's tools folder, that allows you to quickly:

    - install NVM (Node Version Manager)          (requires Brew)
    - install latest Node version & create .nvmrc (requires NVM)
    - install Yarn globally                       (requires NPM)
    - install latest project dependencies         (requires Yarn)
    - commit all additional project files         (requires Git)
    
    - do all of the above at once
    

    Run it with sh ./tools/MacOS_setup.sh -h inside the project folder to learn more or discard the file & folder.

About

Cookiecutter-Template for TypeScript v4+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published