arvis-core
TypeScript icon, indicating that this package has built-in type declarations

0.19.2 • Public • Published

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

Package Sidebar

Install

npm i arvis-core

Weekly Downloads

18

Version

0.19.2

License

MIT

Unpacked Size

401 kB

Total Files

381

Last publish

Collaborators

  • jopemachine