@zup-it/galapagos-design-system

0.7.4 • Public • Published

galapagos-design-system

Library for Galapagos design system

NPM JavaScript Style Guide

Install

npm install --save @zup-it/galapagos-design-system

or

yarn add @zup-it/galapagos-design-system

Usage

import React, { Component } from 'react'

import { Text } from '@zup-it/galapagos-design-system'

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

License

MIT © git@github.com:ZupIT/galapagos-design-system.git

Generating new version - Tutorial

First, did you log in to npm?
If you have not already done so, go to step 1, otherwise skip to step 2.
  1. On the command line, type the following command and make the login:
npm login
  1. Verify the last version on npm website:

https://www.npmjs.com/package/@zup-it/galapagos-design-system

  1. When you finish all the adjustments in your branch, change version on package.json to the next disponible version and commit. Run the build to confirm everything is ok
yarn build
  1. Make a Pull Request to Master, aprove and merge it.

  2. Again on the command line, type these following commands:

git checkout master

npm publish --access public

git tag X.X.X

git push --tags

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.7.46latest

Version History

VersionDownloads (Last 7 Days)Published
0.7.46
0.7.33
0.7.22
0.7.14
0.7.02
0.6.32
0.6.23
0.6.12
0.6.03
0.5.02
0.4.13
0.4.03
0.3.22
0.3.13
0.3.02
0.2.12
0.2.03
0.1.82
0.1.73
0.1.62
0.1.53
0.1.42
0.1.32
0.1.22
0.1.13
0.1.02

Package Sidebar

Install

npm i @zup-it/galapagos-design-system

Weekly Downloads

68

Version

0.7.4

License

MIT

Unpacked Size

944 kB

Total Files

108

Last publish

Collaborators

  • christianoguedes
  • lcmpbargazup
  • rafaelazevedozup
  • leandroqozup
  • douglas.zup