0.5.0 • Published 2 years ago

@solec/ic-canister-plugin v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

IC Canister Plugin

Overview

A Webpack plugin to find your Internet Computer canister Ids and create environment variables for them.

Build Commitizen friendly

Installation

$ npm i -D @solec/ic-canister-plugin

Usage

In your webpack.config.js file, add this plugin to your plugins array:

const IcCanisterPlugin = require('@solec/ic-canister-plugin');

module.exports = {
  plugins: [new IcCanisterPlugin()],
};

Contributing

  1. Clone the repository
  2. Install npm modules
    $ npm i
  3. Commence hacking
  4. Stage your changes
    $ git add .
  5. Commit your changes
    $ npm run commit