A template for TypeScript projects.
Warning
This project is under development and is not yet ready for use.
This project is a template for TypeScript projects. It has a set of tools and configurations to help you start a new project.
- CD with GitHub Actions
- CI with GitHub Actions
- EditorConfig
- Prettier
- Tests
- TypeScript
The following tools were used in the construction of the project:
First, clone the project:
git clone https://github.com@carmelo/typescript-template.gitThen, access the project directory:
mv typescript-template <your-project-name>
cd <your-project-name>Install the dependencies using the package manager npm to install the dependencies.
npm installgit init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:<account>/<repo>.git
git push -u origin maingit remote add origin git@github.com:<account>/<repo>.git
git branch -M main
git push -u origin mainThis project is under the MIT License