🚀
Empathize
  • Introduction
  • Installation
  • API
    • Paths API
      • Directories
      • Paths
    • Filesystem API
      • Filesystem
    • Windows API
      • Windows
    • OS API
      • Process
      • Tray
      • IPC
      • Notification
      • Archive
      • Package
    • Network API
      • fetch
      • Domain
      • Downloader
    • Async API
      • promisify
    • Meta classes
      • Cache
      • Configs
      • Debug
  • Building application
Powered by GitBook
On this page
  • New project
  • Yarn
  • NPM
  • Already existing project
  • Yarn
  • NPM

Installation

New project

git clone https://github.com/krypt0nn/neutralino-template
cd neutralino-template

Yarn

yarn
yarn neu update

NPM

npm run neu update

Already existing project

Yarn

yarn add @empathize/framework

NPM

npm i @empathize/framework
PreviousIntroductionNextPaths API

Last updated 3 years ago