Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matimortari/automation-scripts

PowerShell scripts for automating repetitive development tasks.
https://github.com/matimortari/automation-scripts

automation powershell powershell-script

Last synced: about 3 hours ago
JSON representation

PowerShell scripts for automating repetitive development tasks.

Awesome Lists containing this project

README

        

# Automation Scripts 🔧

PowerShell scripts for automating repetitive development tasks.

## Scripts Overview

- **setup-nextjs.ps1:** Quickstart a Next.js-powered website.
- **setup-vite.ps1:** Quickstart a Vite-powered website.
- **initial-commit.ps1:** Make an initial commit to a GitHub repository.
- **tree.ps1:** Custom implementation of the `tree` command for Windows which excludes large files.

## Getting Started

1. Clone this repository: `git clone https://github.com/matimortari/automation-scripts .`
2. Set environment variable for **GITHUBTOKEN**.
3. Set environment variables for each script for accessing them from the terminal.
4. Run the scripts, replacing **SCRIPTNAME** with the script you want to execute: `& $env:SCRIPTNAME`
5. Follow script instructions.

## 📬 Contact

Feel free to reach out to discuss collaboration opportunities or to say hello!

- [My Email](mailto:[email protected])
- [My LinkedIn Profile](https://www.linkedin.com/in/matheus-mortari-19rt)
- [My GitHub Profile](https://github.com/matimortari)