run-fn
v3.51.1
Published
Collections of useful CLI functions
Maintainers
Readme
Run-fn
Collections of useful CLI functions
Install
npm i -g run-fn
After installation, a binary run becomes available for CLI use.
Commands
bump
run bump minorwould triggernpm publish minor&&npm publish&&git pushrun bumpwould triggernpm publish patch&&npm publish&&git push
d/de
run de run d message of commit
It adds all changed files, makes a commit and finally runs git push
dep/depx
It updateds all dependencies. depx means that update is confirmed by the user.
read
run read [foo]
It runs git clone command and remove .git folder
If foo is passed the repo will be placed in foo folder.
Also if file path contains to-read then it will make a commit afterwards.
Diary
it adds a new entry to the diary
use aliases to link cyrillic letter to run command
following envs are expected:
DIARY_PATH- path to the diary file
:; chars are not expected
