saulonunesdev / bootstrap

A TS Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap

A TS Bootstrap BoilerPlate

This project was configured to be used in vscode, feel free to open a PR with custom settings for any IDE

Dependencies

  • Node 20+

How to use this repo

  1. Clone this repo
  2. Remove the remote the origin
git remove origin
  1. Create a new empty git repo

To avoid merge conflicts customize the following files instead of creating during repo creation:

  • README.md
  • license
  • .gitignore
  1. Add origin
git remote add origin <git repo url>
  1. Commit changes
git commit -m "chore: first commit"
  1. Push changes to the new repo
git push -u origin main

TO DO

  • Add Coverage Tests PR
  • Add DependaBot

About

A TS Bootstrap

License:MIT License


Languages

Language:JavaScript 41.8%Language:Shell 31.1%Language:TypeScript 27.1%