Skip to content

Various tools written in Node for personal use

Notifications You must be signed in to change notification settings

zstundys/node-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup - Windows Powershell profile

function Run-Tool {
    param($toolName)
    Set-Location -Path "O:\node-tools"

    If (!$toolName) {
        Invoke-Expression "pnpm run"
        return
    }

    Invoke-Expression "pnpm run concurrently 'npm:$toolName' -c green"
}

Usage:

run <toolName>

About

Various tools written in Node for personal use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •