All Projects → builders-club → devtoolbox

builders-club / devtoolbox

Licence: MIT license
A PowerShell module that enables software developers to speed up their CLI workflow.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to devtoolbox

samples
A collection of sample dashboards, custom labels, mustaches, SQL scripts and PowerShell scripts to help you get the most out of SquaredUp. #community-powered
Stars: ✭ 17 (-39.29%)
Mutual labels:  powershell-scripts
aka
Simple, single-file-executable command-line tool which lets you define per directory config files as aliases for shell commands.
Stars: ✭ 28 (+0%)
Mutual labels:  alias
nama
Namespaced Aliases: organize and easily find aliases using autocomplete & namespacing
Stars: ✭ 26 (-7.14%)
Mutual labels:  alias
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (+100%)
Mutual labels:  powershell-scripts
style-vendorizer
Tiny CSS vendor prefixer and property alias mapper for runtime styling solutions
Stars: ✭ 56 (+100%)
Mutual labels:  alias
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+3.57%)
Mutual labels:  alias
OpenManage-Enterprise
Script collateral leveraging the OME/OME-M REST APIs
Stars: ✭ 74 (+164.29%)
Mutual labels:  powershell-scripts
PowerShellScripting
Repository for the Facebook Group PowerShell Scripting
Stars: ✭ 19 (-32.14%)
Mutual labels:  powershell-scripts
hubot-alias
Action alias for hubot
Stars: ✭ 21 (-25%)
Mutual labels:  alias
SSTMCSPGAAS
Stupidly Simple Tiny Minimal Coming Soon Page Generator As A Service
Stars: ✭ 23 (-17.86%)
Mutual labels:  alias
PowerShell-WindowsAdmin
A collection of scripts I've created over the years to administer things.
Stars: ✭ 35 (+25%)
Mutual labels:  powershell-scripts
Debloat Windows 10
A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Stars: ✭ 5,213 (+18517.86%)
Mutual labels:  powershell-scripts
bash aliases
A project to collect useful bash aliases.
Stars: ✭ 25 (-10.71%)
Mutual labels:  alias
scripts
General-purpose PowerShell, F#, and other scripts
Stars: ✭ 48 (+71.43%)
Mutual labels:  powershell-scripts
tipz
Gives you helpful hints when you execute a command for which you have an alias defined
Stars: ✭ 24 (-14.29%)
Mutual labels:  alias
PowerShellTools
Скрипты на PowerShell для различных задач (SQLServer, Windows, 1C:Enterprise и др.)
Stars: ✭ 51 (+82.14%)
Mutual labels:  powershell-scripts
confirm-before
✅ Are you sure? No? Confirm Before - Sanity check for your shell commands
Stars: ✭ 16 (-42.86%)
Mutual labels:  alias
PSBucket
PowerShell scripts that relate to blog articles I write on iphase.dk, msendpointmgr.com or technet gallery.
Stars: ✭ 70 (+150%)
Mutual labels:  powershell-scripts
Project alias
Alias is a teachable “parasite” that is designed to give users more control over their smart assistants, both when it comes to customisation and privacy. Through a simple app the user can train Alias to react on a custom wake-word/sound, and once trained, Alias can take control over your home assistant by activating it for you.
Stars: ✭ 1,577 (+5532.14%)
Mutual labels:  alias
dotfiles
Dotfiles for my NixOS system based on Dracula theme
Stars: ✭ 39 (+39.29%)
Mutual labels:  alias

Release Contributors Downloads
Build Status All Contributors Downloads

What & Why

For more information as to how this repo came about, check out this blog post


Installation

The easiest way to install devtoolbox is via the PowerShell Gallery.


Parameters

All aliases accept parameters of the commands they call.

For example, the below are identical:

g cl https://github.com/builders-club/devtoolbox.git

git clone https://github.com/builders-club/devtoolbox.git

Commands

Docker

All aliases for Docker begin with d.

Command Executes
d b docker build
d c docker container ps
d cr docker container rm
d cs docker container start
d cx docker container stop
d i docker image ls
d ir docker image rm
d k docker kill
d l docker logs
d li docker login
d lo docker logout
d r docker run
d t docker image tag
d p docker push
d ... docker ...(any parameters)

Docker-Compose

All aliases for Docker Compose begin with dc.

Command Executes
dc b docker-compose build
dc bu docker-compose build (params); docker-compose up
dc d docker-compose down
dc i docker-compose images
dc u docker-compose up
dc ... docker-compose ... (any parameters)

Git

All aliases for Git begin with g.

Command Executes
g a git add
g b git branch
g c git checkout
g cl git clone
g co git commit
g f git fetch
g i git init
g l git log
g ll git log --graph (pretty)
g m git merge
g pl git pull
g ps git push
g r git rebase
g rs git reset
g s git status
g t git tag
g ... git ... (any parameters)

Miscellaneous

Command Executes
gh Launches browser to GitHub repo if the directory is tracked by Git and its origin url is at GitHub
hosts If in Windows, opens the hosts file in an elevated editor. Choosing, in order, between VS Code, VS Code (insiders), Notepad.
reload Restarts PowerShell in-place. Useful in the event you have added something to the path or user profile script and need a powershell restart in order for it to be recognized.
Restore-WorkspacePackages (rwp) Restores NPM, Nuget, and Libman packages starting at the root folder of a workspace.
Syntax Prints PowerShell Command Syntax vertically, replicating docs.microsoft.com layout
Sort-Reverse Reverses the order of an array. Accepts pipeline support e.g. `1,2,3,4,5
p <dirname> Changes your current directory to the directory of the project you provide. It will search the root directory (or the current directory if no root directory is set in the environment variables) recursively for the project directory you provided.

Contributing

Want to contribute? Check out our Code of Conduct and Contributing docs. This project follows the all-contributors specification. Contributions of any kind welcome!

Thanks goes to these wonderful people (emoji key):


Michael Jolley

💻 🤔 📖

Ryan Hayes

💻 🤔 📖

Anthony Conrad

💻 🤔 📖 ⚠️

Brett Miller

💻 🤔 📖

corbob

🤔 💻

Chris Jones

📖

Wayne Taylor

💻 📖
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].