-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe33eac
commit 69a84f7
Showing
9 changed files
with
101 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Contributing to CoCreate-calculations | ||
# Contributing to CoCreate-calculate | ||
|
||
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-calculations/graphs/contributors). | ||
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-calculations/pulls), | ||
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-calculations/issues). | ||
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-calculate/graphs/contributors). | ||
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls), | ||
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-calculate/issues). | ||
|
||
In the examples below, substitute your Github username for `contributor` in URLs. | ||
|
||
## Fork the Project | ||
|
||
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-calculations) and check out your copy. | ||
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-calculate) and check out your copy. | ||
|
||
``` | ||
git calculations https://github.com/contributor/CoCreate-calculations.git | ||
cd CoCreate-calculations | ||
git remote add upstream https://github.com/CoCreate-app/CoCreate-calculations.git | ||
git clone https://github.com/contributor/CoCreate-calculate.git | ||
cd CoCreate-calculate | ||
git remote add upstream https://github.com/CoCreate-app/CoCreate-calculate.git | ||
``` | ||
|
||
## Create a Topic Branch | ||
|
@@ -50,7 +50,7 @@ git config --global user.email "[email protected]" | |
``` | ||
|
||
We use [semantic-release](https://github.com/semantic-release/semantic-release) as process to generate changelog | ||
and to release. Write meaningful commits according to | ||
and to release. Write meaningful commits according to | ||
[Commit Message Formats](https://github.com/semantic-release/semantic-release#commit-message-format) is important. | ||
|
||
``` | ||
|
@@ -66,7 +66,6 @@ Here is an example of the release type that should be done based on a [semantic- | |
| `feat(pencil): add 'graphiteWidth' option` | ~~Minor~~ Feature Release | | ||
| `perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | ~~Major~~ Breaking Release | | ||
|
||
|
||
## Push | ||
|
||
``` | ||
|
@@ -75,7 +74,7 @@ git push origin my-feature-branch | |
|
||
## Make a Pull Request | ||
|
||
Go to [https://github.com/CoCreate-app/CoCreate-calculations](https://github.com/CoCreate-app/CoCreate-calculations) and select your feature branch. | ||
Go to [https://github.com/CoCreate-app/CoCreate-calculate](https://github.com/CoCreate-app/CoCreate-calculate) and select your feature branch. | ||
Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days. | ||
|
||
## Rebase | ||
|
@@ -94,4 +93,4 @@ It's likely that your change will not be merged and that the nitpicky maintainer | |
|
||
## Thank You | ||
|
||
Please do know that we really appreciate and value your time and work. We love you, really. | ||
Please do know that we really appreciate and value your time and work. We love you, really. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
# CoCreate-calculation | ||
# CoCreate-calculate | ||
|
||
A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculation) | ||
A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculate. Can be used for creating invoices,making payments & any kind of complex calculate. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculate) | ||
|
||
![minified](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?style=flat-square&label=minified&color=orange) | ||
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow) | ||
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=brotli&style=flat-square&label=brotli) | ||
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculation?style=flat-square) | ||
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculation?style=flat-square) | ||
![minified](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?style=flat-square&label=minified&color=orange) | ||
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow) | ||
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?compression=brotli&style=flat-square&label=brotli) | ||
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculate?style=flat-square) | ||
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculate?style=flat-square) | ||
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet) | ||
|
||
![CoCreate-calculation](https://cdn.cocreate.app/docs/CoCreate-calculation.gif) | ||
![CoCreate-calculate](https://cdn.cocreate.app/docs/CoCreate-calculate.gif) | ||
|
||
## [Docs & Demo](https://cocreate.app/docs/calculation) | ||
## [Docs & Demo](https://cocreate.app/docs/calculate) | ||
|
||
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculation) | ||
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculate) | ||
|
||
## CDN | ||
|
||
```html | ||
<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js"></script> | ||
<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js"></script> | ||
``` | ||
|
||
```html | ||
<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.css"></script> | ||
<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.css"></script> | ||
``` | ||
|
||
## NPM | ||
|
||
```shell | ||
$ npm i @cocreate/calculation | ||
$ npm i @cocreate/calculate | ||
``` | ||
|
||
## yarn | ||
|
||
```shell | ||
$ yarn install @cocreate/calculation | ||
$ yarn install @cocreate/calculate | ||
``` | ||
|
||
# Table of Contents | ||
|
||
- [Table of Contents](#table-of-contents) | ||
- [Announcements](#announcements) | ||
- [Roadmap](#roadmap) | ||
- [How to Contribute](#how-to-contribute) | ||
- [About](#about) | ||
- [License](#license) | ||
- [Table of Contents](#table-of-contents) | ||
- [Announcements](#announcements) | ||
- [Roadmap](#roadmap) | ||
- [How to Contribute](#how-to-contribute) | ||
- [About](#about) | ||
- [License](#license) | ||
|
||
<a name="announcements"></a> | ||
|
||
# Announcements | ||
|
||
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-calculation/releases). You may also subscribe to email for releases and breaking changes. | ||
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-calculate/releases). You may also subscribe to email for releases and breaking changes. | ||
|
||
<a name="roadmap"></a> | ||
|
||
# Roadmap | ||
|
||
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-calculation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculation/pulls). We would love to hear your feedback. | ||
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-calculate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls). We would love to hear your feedback. | ||
|
||
<a name="about"></a> | ||
|
||
# About | ||
|
||
CoCreate-calculation is guided and supported by the CoCreate Developer Experience Team. | ||
CoCreate-calculate is guided and supported by the CoCreate Developer Experience Team. | ||
|
||
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries. | ||
|
||
CoCreate-calculation is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. | ||
CoCreate-calculate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. | ||
|
||
<a name="contribute"></a> | ||
|
||
# How to Contribute | ||
|
||
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/CONTRIBUTING.md) guide for details. | ||
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/CONTRIBUTING.md) guide for details. | ||
|
||
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-calculation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculation/pulls) or merely upvote or comment on existing issues or pull requests. | ||
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-calculate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls) or merely upvote or comment on existing issues or pull requests. | ||
|
||
We appreciate your continued support, thank you! | ||
|
||
|
||
<a name="license"></a> | ||
|
||
# License | ||
|
||
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/LICENSE) | ||
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.