Skip to content

Commit 69a84f7

Browse files
committed
fix: renamed to caculate
1 parent fe33eac commit 69a84f7

File tree

9 files changed

+101
-102
lines changed

9 files changed

+101
-102
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
distributionId: "${{ secrets.DISTRIBUTION_ID }}"
4040
bucket: testcrudbucket
4141
source: ./dist
42-
destination: /calculation/latest
42+
destination: /calculate/latest
4343
acl: public-read
4444
invalidations: ${{ github.event.inputs.invalidations }}

CONTRIBUTING.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Contributing to CoCreate-calculations
1+
# Contributing to CoCreate-calculate
22

3-
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-calculations/graphs/contributors).
4-
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-calculations/pulls),
5-
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-calculations/issues).
3+
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-calculate/graphs/contributors).
4+
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls),
5+
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-calculate/issues).
66

77
In the examples below, substitute your Github username for `contributor` in URLs.
88

99
## Fork the Project
1010

11-
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-calculations) and check out your copy.
11+
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-calculate) and check out your copy.
1212

1313
```
14-
git calculations https://github.com/contributor/CoCreate-calculations.git
15-
cd CoCreate-calculations
16-
git remote add upstream https://github.com/CoCreate-app/CoCreate-calculations.git
14+
git clone https://github.com/contributor/CoCreate-calculate.git
15+
cd CoCreate-calculate
16+
git remote add upstream https://github.com/CoCreate-app/CoCreate-calculate.git
1717
```
1818

1919
## Create a Topic Branch
@@ -50,7 +50,7 @@ git config --global user.email "[email protected]"
5050
```
5151

5252
We use [semantic-release](https://github.com/semantic-release/semantic-release) as process to generate changelog
53-
and to release. Write meaningful commits according to
53+
and to release. Write meaningful commits according to
5454
[Commit Message Formats](https://github.com/semantic-release/semantic-release#commit-message-format) is important.
5555

5656
```
@@ -66,7 +66,6 @@ Here is an example of the release type that should be done based on a [semantic-
6666
| `feat(pencil): add 'graphiteWidth' option` | ~~Minor~~ Feature Release |
6767
| `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 |
6868

69-
7069
## Push
7170

7271
```
@@ -75,7 +74,7 @@ git push origin my-feature-branch
7574

7675
## Make a Pull Request
7776

78-
Go to [https://github.com/CoCreate-app/CoCreate-calculations](https://github.com/CoCreate-app/CoCreate-calculations) and select your feature branch.
77+
Go to [https://github.com/CoCreate-app/CoCreate-calculate](https://github.com/CoCreate-app/CoCreate-calculate) and select your feature branch.
7978
Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
8079

8180
## Rebase
@@ -94,4 +93,4 @@ It's likely that your change will not be merged and that the nitpicky maintainer
9493

9594
## Thank You
9695

97-
Please do know that we really appreciate and value your time and work. We love you, really.
96+
Please do know that we really appreciate and value your time and work. We love you, really.

CoCreate.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ module.exports = {
88
"object": {
99
"_id": "6019bade4eea0817df303b0a",
1010
"name": "index.html",
11-
"path": "/docs/calculation",
12-
"pathname": "/docs/calculation/index.html",
11+
"path": "/docs/calculate",
12+
"pathname": "/docs/calculate/index.html",
1313
"src": "{{./docs/index.html}}",
1414
"host": [
1515
"*"
1616
],
17-
"directory": "calculation",
17+
"directory": "calculate",
1818
"content-type": "{{content-type}}",
1919
"public": "true"
2020
}

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
1-
# CoCreate-calculation
1+
# CoCreate-calculate
22

3-
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)
3+
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)
44

5-
![minified](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?style=flat-square&label=minified&color=orange)
6-
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7-
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculation?style=flat-square)
9-
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculation?style=flat-square)
5+
![minified](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?style=flat-square&label=minified&color=orange)
6+
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7+
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js?compression=brotli&style=flat-square&label=brotli)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculate?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculate?style=flat-square)
1010
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12-
![CoCreate-calculation](https://cdn.cocreate.app/docs/CoCreate-calculation.gif)
12+
![CoCreate-calculate](https://cdn.cocreate.app/docs/CoCreate-calculate.gif)
1313

14-
## [Docs & Demo](https://cocreate.app/docs/calculation)
14+
## [Docs & Demo](https://cocreate.app/docs/calculate)
1515

16-
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculation)
16+
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculate)
1717

1818
## CDN
1919

2020
```html
21-
<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js"></script>
21+
<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js"></script>
2222
```
2323

2424
```html
25-
<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.css"></script>
25+
<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.css"></script>
2626
```
2727

2828
## NPM
2929

3030
```shell
31-
$ npm i @cocreate/calculation
31+
$ npm i @cocreate/calculate
3232
```
3333

3434
## yarn
3535

3636
```shell
37-
$ yarn install @cocreate/calculation
37+
$ yarn install @cocreate/calculate
3838
```
3939

4040
# Table of Contents
4141

42-
- [Table of Contents](#table-of-contents)
43-
- [Announcements](#announcements)
44-
- [Roadmap](#roadmap)
45-
- [How to Contribute](#how-to-contribute)
46-
- [About](#about)
47-
- [License](#license)
42+
- [Table of Contents](#table-of-contents)
43+
- [Announcements](#announcements)
44+
- [Roadmap](#roadmap)
45+
- [How to Contribute](#how-to-contribute)
46+
- [About](#about)
47+
- [License](#license)
4848

4949
<a name="announcements"></a>
5050

5151
# Announcements
5252

53-
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.
53+
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.
5454

5555
<a name="roadmap"></a>
5656

5757
# Roadmap
5858

59-
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.
59+
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.
6060

6161
<a name="about"></a>
6262

6363
# About
6464

65-
CoCreate-calculation is guided and supported by the CoCreate Developer Experience Team.
65+
CoCreate-calculate is guided and supported by the CoCreate Developer Experience Team.
6666

6767
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.
6868

69-
CoCreate-calculation is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
69+
CoCreate-calculate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
7070

7171
<a name="contribute"></a>
7272

7373
# How to Contribute
7474

75-
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.
75+
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.
7676

77-
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.
77+
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.
7878

7979
We appreciate your continued support, thank you!
8080

81-
8281
<a name="license"></a>
82+
8383
# License
8484

85-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/LICENSE)
85+
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/LICENSE)

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Calculations | CoCreateJS</title>
4+
<title>Calculate | CoCreateJS</title>
55
<!-- CoCreate Favicon -->
66
<link
77
rel="icon"
@@ -24,7 +24,7 @@ <h1 calculate="{[key='total']} + {#te}">sum</h1>
2424
<!--<h1 calculate="1 + {#id1} * 5 + {#id3}/{#id2} + {#id2}"></h1>-->
2525
<!--<h1 calculate="(({#id1} + {#id2})) * {#id3}"></h1>-->
2626

27-
<!--<script src="../dist/CoCreate-calculation.js"></script>-->
27+
<!--<script src="../dist/CoCreate-calculate.js"></script>-->
2828
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)