run-fn

3.50.0 • Public • Published

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 minor would trigger npm publish minor&&npm publish&&git push run bump would trigger npm 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

Package Sidebar

Install

npm i run-fn

Weekly Downloads

3

Version

3.50.0

License

MIT

Unpacked Size

18.6 kB

Total Files

25

Last publish

Collaborators

  • self_refactor