Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
PowerShell scripts for automating repetitive development tasks.
- Host: GitHub
- URL: https://github.com/matimortari/automation-scripts
- Owner: matimortari
- Created: 2024-08-27T22:10:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T14:43:48.000Z (about 1 month ago)
- Last Synced: 2024-10-12T20:41:31.900Z (27 days ago)
- Topics: automation, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)