New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@chakrajs/plugin-interface

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakrajs/plugin-interface

[![A Cubefuse Project](https://img.shields.io/badge/a_project_by-cubefuse-blue.svg?style=for-the-badge)](http://cubefuse.org) [![Code Standard Style Compliant](https://img.shields.io/badge/code-standard-green.svg?style=for-the-badge)](https://github.com/s

0.1.0
latest
Version published
Maintainers
1
Created

Chakra Plugin Interface

A Cubefuse Project Code Standard Style Compliant Readme Standard Style Compliant Travis CI Codecov npm

Documentation API Reference

Interface for Chakra Plugins

Table of Contents

Getting Started

npm package

This is the recommended method for using this package.

npm install @chakrajs/plugin-interface

If you are using yarn (recommended), use this instead.

yarn add @chakrajs/plugin-interface

Please read the Documentation and the API Reference to start building Chakra Apps.

Development Setup

git clone https://github.com/cubefuse/chakra-plugin-interface.git
cd chakra-plugin-interface
yarn install
  • The code can be built for both Node.js and the browser by yarn build.
  • To run the tests and generate coverage reports, use yarn test and yarn coverage.
  • Code linting with the JavaScript Standard Style is available with yarn lint.
  • Code documentation can be built with yarn docs.

Maintainers

@mprasanjith

Contribute

We welcome your pull requests and bug reports.

License

MIT © 2018 Cubefuse

FAQs

Package last updated on 12 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts