Skip to content
/ pak Public

A useful tool for creating custom templates for coding and other file types.

License

Notifications You must be signed in to change notification settings

Lavadude82/pak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pak

A useful & simple tool for creating custom templates for coding and other type of projects.

NODE JS IS REQUIRED
Either get the binaries from the NodeJS Site or use NVM (Node Version Manager)
NVM - https://github.com/nvm-sh/nvm (A great node project!)

Install

git clone https://github.com/Lavadude82/pak.git
cd pak
cd nodepak-bin
npm i
cd ../../
sudo mv pak/* /usr/bin
sudo chmod +x /usr/bin/pak
or (1 Line)

git clone https://github.com/Lavadude82/pak.git && cd pak && npm i && cd ../.. && sudo mv pak/* /usr/bin && sudo chmod +x /usr/bin/pak

About

A useful tool for creating custom templates for coding and other file types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published