0.0.0-canary.1 • Published 6 years ago

niltree-desktop v0.0.0-canary.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

npm.io

For more details about Niltree and why you should use it, head to this page.

Usage

You can download the latest release here.

If you're using Homebrew Cask, you can install it by running these commands:

brew update
brew cask install niltree

Caught a bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn install
  3. Start the app: yarn start

To make sure that your code works in the bundled application, you can generate the binaries like this:

yarn run pack

After that, you'll find them in the ./dist folder!