This repository contains scripts to configure standard code styles and commit messages for projects using Node and Typescript
This project was developed using the following technologies:
Clone the project and access the folder.
git clone https://github.com/NitoBa/setup-projects.git
cd setup-projects
Run this command to install the dependencies.
npm install
curl -o- https://raw.githubusercontent.com/NitoBa/setup-projects/main/setup.sh | bash
wget -q0- https://raw.githubusercontent.com/NitoBa/setup-projects/main/setup.sh | bash
This script use jq as dependecie, then
First things first, is important that you have installed chocolatey package manager. After that, execute this command:
choco install jq
curl -o- https://raw.githubusercontent.com/NitoBa/setup-projects/main/setup.sh | sh
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💜 by Bruno Alves 👋