6.1.4 • Published 2 years ago

@applandeo/react-debug-modal v6.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@applandeo/react-debug-modal

NPM JavaScript Style Guide

Install

npm install --save @applandeo/react-debug-modal

Usage

import React, { Component } from 'react';

import MyComponent from '@applandeo/react-debug-modal';
import '@applandeo/react-debug-modal/dist/index.css';

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

Development

make install

In order to run live dev server.

This will run application in "example" folder that you can use to test your changes.

make start

Commiting changes

We added opinionated tool that creates CHANGELOG.md file everytime that we commit new things. This means that each commit needs to be well described. Easiest way is to use

make commit

If you would like to git commit -m "" ( standard way ), then:

type: subject

example:

chore: release new version v1.0.0

or

style: white-space fix white space in file XYZ

Here is the full list of types

Publish

In order to publish:

  • you need to be on master branch
  • your git status needs to be empty
  • you need to be logged into npm (npm login)

This script will lint all files, run all tests, build the release version and if everything goes well, publish new lib version for you along with creating git tag and pushing everything to bitbucket.

make publish

License

MIT © d.slaby

6.1.4

2 years ago

6.1.0

3 years ago

6.1.2

3 years ago

6.1.1

3 years ago

6.1.3

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.4

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.29

3 years ago

3.0.2

3 years ago

1.0.28

3 years ago

3.0.1

3 years ago

1.0.27

3 years ago

3.0.0

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago