global-utils

1.0.0 • Public • Published

global-utils

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save global-utils

Usage

import React, { Component } from 'react'

import MyComponent from 'global-utils'
import 'global-utils/dist/index.css'

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

Deploy new version

In order to be able to publish, user have to login to NPM or have .npmrc file

Content of .npmrc @dappradar:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=github_token

Github Token can be generated at https://github.com/settings/tokens (it has to have write:packages privileges)

1. Update version in package.json
2. npm run prepare
3. npm publish

License

MIT © [Giedrius Vickus](https://github.com/Giedrius Vickus)

Readme

Keywords

none

Package Sidebar

Install

npm i global-utils

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

22.4 kB

Total Files

7

Last publish

Collaborators

  • giedriusv