Skip to content
/ gozer Public

Arcane tools to help you squash hard-to-find bugs

License

Notifications You must be signed in to change notification settings

heavyai/gozer

Repository files navigation

gozer

Arcane tools for difficult bugs

NPM JavaScript Style Guide

Install

npm install --save gozer

Usage

import React, { Component } from 'react'

import MyComponent from 'gozer'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © thomasoniii

About

Arcane tools to help you squash hard-to-find bugs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages