@chrhb/pipelines-test

1.1.5 • Public • Published

Pipeline Actions Test

A project for testing a CI pipeline using the new Github Actions

release pipeline npm package npm downloads

Installation

Well, there isn't really much to be used in this, since it's a test project. But if you find something useful about the React components within the package, then this is how you'd get it.

# Using npm
npm i @chrhb/pipelines-test

Usage

Then you can use the package like the following:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@chrhb/pipelines-test';

const App = () => (
  <div className='site'>
    <Button type='outline' size='lg'>
      Click me!
    </Button>
  </div>
);

ReactDOM.render(<App />, document.getElementById('app'));

Documentation

Well, none actually...

Readme

Keywords

Package Sidebar

Install

npm i @chrhb/pipelines-test

Weekly Downloads

2

Version

1.1.5

License

ISC

Unpacked Size

4.29 kB

Total Files

4

Last publish

Collaborators

  • chrhb