Core module of Arvis
npm install arvis-coreArvis module.
This library aims to handle logics separated from rendering specific logic.
You can find more detailed documentation on above page.
```
$ npm i && npm run build
Note that arvis-core-nodejs string are replaced with arvis-nodejs in arvis.
The arvis history log the action logs and query logs in the path below.
* Linux: ~/.config/arvis-core-nodejs (or $XDG_CONFIG_HOME/arvis-core-nodejs)~/Library/Preferences/arvis-core-nodejs
* macOS: %APPDATA%\arvis-core-nodejs\Config
* Windows: (for example, C:\Users\USERNAME\AppData\Roaming\arvis-core-nodejs\Config)
The storage path for all installed extension files is stored in the data path of the env-paths.
(including extension's data, cache files)
* on Linux: ~/.local/share/arvis-core-nodejs (or $XDG_DATA_HOME/arvis-core-nodejs)~/Library/Application Support/arvis-core-nodejs
* on macOS: %LOCALAPPDATA%\arvis-core-nodejs\Data
* on Windows: (for example, C:\Users\USERNAME\AppData\Local\arvis-core-nodejs\Data`)
- arvis - Arvis main repository
- arvis-extension-validator - Arvis extension's JSON schema, cli and library to validate these.
- alfred-to-arvis - Help to convert alfred 4 workflow's info.plist to arvis-workflow.json