Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 2.38 KB

README.md

File metadata and controls

48 lines (31 loc) · 2.38 KB

arvis-core

Known Vulnerabilities CI NPM version MIT license PR's Welcome GitHub issues

Arvis module.

This library aims to handle logics separated from rendering specific logic.

You can find more detailed documentation on above page.

Build and development

$ npm i && npm run build

Config file pathes used by arvis-core

Note that arvis-core-nodejs string are replaced with arvis-nodejs in arvis.

arvis-history

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)
  • macOS: ~/Library/Preferences/arvis-core-nodejs
  • Windows: %APPDATA%\arvis-core-nodejs\Config (for example, C:\Users\USERNAME\AppData\Roaming\arvis-core-nodejs\Config)

Installed workflow, plugin file paths

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)
  • on macOS: ~/Library/Application Support/arvis-core-nodejs
  • on Windows: %LOCALAPPDATA%\arvis-core-nodejs\Data (for example, C:\Users\USERNAME\AppData\Local\arvis-core-nodejs\Data)

Related