npm.io
1.0.8 • Published 1 year ago

@moonwalker/skylab

Licence
UNLICENSED
Version
1.0.8
Deps
1
Size
10.4 MB
Vulns
1
Weekly
0

Skylab

Simple project specific React components.

npmjs ci renovatebot relativeCI

Instalation

yarn add @moonwalker/skylab

Usage

import { Component } from '@moonwalker/skylab';

const CustomComponent = props => (
  <div>
    <Component {...props} />
  </div>
);

Development

Start development environment on http://localhost:8080

yarn start

Publishing

yarn bump

Will increase the version based on the recommended number provided by conventional-changelog plugin.

Pre-releases

When publishing from a branch, the default behaviour is to publish a beta tag