Skip to content

guilhermecarmelo/haroi

Repository files navigation

Logo

TypeScript Template

A template for TypeScript projects.

LICENSE

Warning

This project is under development and is not yet ready for use.

🌱 Overview

This project is a template for TypeScript projects. It has a set of tools and configurations to help you start a new project.

✨ Features

  • CD with GitHub Actions
  • CI with GitHub Actions
  • EditorConfig
  • Prettier
  • Tests
  • TypeScript

🚀 Tecnologies

The following tools were used in the construction of the project:

📦 Get Started

First, clone the project:

git clone https://github.com@carmelo/typescript-template.git

Then, 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 install

📝 GitHub

Create a new repository on the command line

git 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 main

Push an existing repository from the command line

git remote add origin git@github.com:<account>/<repo>.git
git branch -M main
git push -u origin main

📋 License

This project is under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors