Horje
node execute local bin Code Example
node execute local bin
# in your .zshrc or .bashrc:
function npm-do { (PATH=$(npm bin):$PATH; eval $@;) }
# restart zsh of course
# inside your project directory:
npm-do tsc --init
npm-do figlet hi # or whatever
Source: 2ality.com




Shell

Related
openssl ubuntu random string generator Code Example openssl ubuntu random string generator Code Example
(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/local/lib/cv2.abi3.so' (no such file), '/usr/lib/cv2.abi3.so' (no such file) Code Example (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/local/lib/cv2.abi3.so' (no such file), '/usr/lib/cv2.abi3.so' (no such file) Code Example
poetry reinstall venv Code Example poetry reinstall venv Code Example
awk pdb format Code Example awk pdb format Code Example
open source code Code Example open source code Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12