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
- Node 20+
- Clone this repo with your new repo folder name
git clone https://github.com/saulonunesdev/bootstrap FOLDERNAME
- Remove the remote the origin
git remote remove origin
- Add origin
- Create a New Repo in Your Git or Organization
- Then
git remote add origin <git repo url>
- Commit changes
git commit -m "chore: first commit"
- Push changes to the new repo
git push -u origin main
- Update Rule
valid-values-name-scope
in.npmpackagejsonlintrc.json
. - Then you can update the author in
package.json