Package Manager
With your prefered package manager run :
$ npm i exir
$ yarn add exir
From Source
Clone the repository and install dependencies using your preferred package manager
$ git clone https://github.com/kasra-sh/exir.git
$ cd exir
$ npm install
To regenerate extensions and bundles, make sure you have Parcel installed globaly:
npm i -g parcel@next
then this command:
$ npm run bundle