X Tutup
The Wayback Machine - https://web.archive.org/web/20200423072145/https://github.com/reactioncommerce/api-plugin-carts/
Skip to content
Carts plugin for the Reaction API
JavaScript
Branch: trunk
Clone or download

Latest commit

mpaktiti Merge pull request #3 from reactioncommerce/feat-kieckhafer-addSemant…
…icRelease

feat: create this plugin (and add semantic-release to CI)
Latest commit f7a2d88 Apr 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci feat: enable semantic-release Apr 17, 2020
.github
src feat: move files to plugin Apr 17, 2020
.eslintrc.cjs refactor: move eslint config into its own file Apr 3, 2020
.gitignore
.nvmrc Initial commit Apr 2, 2020
LICENSE feat: move files to plugin Apr 17, 2020
README.md feat: move files to plugin Apr 17, 2020
babel.config.cjs refactor: use configs from api-utils Apr 4, 2020
index.js Initial commit Apr 2, 2020
jest.config.cjs refactor: use configs from api-utils Apr 4, 2020
package-lock.json feat: move files to plugin Apr 17, 2020
package.json feat: move files to plugin Apr 17, 2020

README.md

api-plugin-carts

npm (scoped) CircleCI semantic-release

Summary

Carts plugin for the Reaction API

Developer Certificate of Origin

We use the Developer Certificate of Origin (DCO) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed:

Signed-off-by: Jane Doe <jane.doe@example.com>

You can sign your commit automatically with Git by using git commit -s if you have your user.name and user.email set as part of your Git configuration.

We ask that you use your real name (please no anonymous contributions or pseudonyms). By signing your commit you are certifying that you have the right have the right to submit it under the open source license used by that particular Reaction Commerce project. You must use your real name (no pseudonyms or anonymous contributions are allowed.)

We use the Probot DCO GitHub app to check for DCO signoffs of every commit.

If you forget to sign your commits, the DCO bot will remind you and give you detailed instructions for how to amend your commits to add a signature.

License

This Reaction plugin is GNU GPLv3 Licensed

You can’t perform that action at this time.
X Tutup