English | δΈζ
The ideal goal is to help us deal with things that can be more precise in the simplest way. Arya Jarvis
is an attempt to do this, it designed to save developers more time and energy.
Node.js (>= 8.*), Npm version 5 (Yarn preferred).
npm i arya-jarvis -g
# Or
yarn global add arya-jarvis
The following two functions can support multiple format files, such as: .js
, .vue
, .ux
, .less
, .scss
, .css
, .json
, .md
, .html
, .qxml
, .wxml
.
arya prettier index.js
# π Or Use Alias
arya p ./src/**/**/*.js
# ππ Or Use Alias & Wildcard
arya p .
arya watcher index.js
# π Or Use Alias
arya w ./src/**/**/*.js
# ππ Or Use Alias & Wildcard
arya w .
It is worth mentioning that the code formatting of this project is handled by arya w .
. Thanks to myself for developing this arya jarvis
in my spare time, I am super like it.
arya server
# π Or Use Alias
arya s
arya markdown README.md
arya markdown ./nice-project/README.md
# π Or Use Alias
arya m README.md
By default, the Markdown
file you specify will not be listened. You can enable the monitor function by adding the -w
option to refresh your preview page in real time. See the example belowοΌ
arya markdown README.md -w
arya markdown README.md --watch
arya ip
arya port 8080
arya qrcode "https://www.jeffjade.com/"
arya qrcode "ζζ΄εΉ½θ轩轩主"
arya qrcode "https://nicelinks.site/" -s
arya qrcode "https://www.lovejade.cn/" --save
arya clear
# Or
arya c
On Mac OS, if you want to implement this function, you can run the clear
command on the terminal; but this is not particularly convenient; you can use oh-my-zsh
to configure the command alias in the .zshrc
file: alias cls= 'clear'; in this case, running cls
is enough to clear the terminal screen content; and this is another case on Windows systems; in this case, using arya c
is a pretty good choice.
arya img:greyscale <path>
# π Or Use Alias
arya igs <path>
# local folder
arya igs ./assets/images
# local image file
arya igs ./assets/images/logo.png
# online image address
arya igs https://www.lovejade.cn/logo.png
All processed pictures are placed in a new folder: arya-greyscale-imgs
. Supported Image Types: .bmp
, .gif
, .jpeg
, .jpg
, .png
, .tiff
.
arya ls
# π Or Use Alias
arya l
In addition, arya jarvis is still implanting more useful features, if you have any needs, you can tell me, or expand on this basis. If you encounter any problems during use, you can always follow me feedback. Wish: Life is happy and work is well.
- NICE LINKS
- About Me
- Hexo Blog
- VuePress Blog
- VuePress Blog
- Ghost Blog
- Jekyll blog
- SegmentFault
- Wei bo
- Zhi Hu
- Jian Shu
Copyright (c) 2019-present, nicejade.