Skip to content

Commit

Permalink
Prepare repo before transfering to PrestaShop
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiix committed Apr 20, 2022
1 parent 4a34d87 commit 9373148
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Expand Up @@ -3,4 +3,4 @@ on: [push, pull_request]

jobs:
build-and-release-draft:
uses: atomiix/.github/.github/workflows/build-release.yml@main
uses: PrestaShop/.github/.github/workflows/build-release.yml@master
37 changes: 37 additions & 0 deletions README.md
@@ -0,0 +1,37 @@
# Distribution API client

## About

Download & upgrade PrestaShop's native modules from your backoffice

## Reporting issues

You can report issues with this module in the main PrestaShop repository. [Click here to report an issue][report-issue].

## Requirements

Required only for development:

- composer

## Installation

Install all dependencies.
```
composer install
```

## Contributing

PrestaShop modules are open source extensions to the [PrestaShop e-commerce platform][prestashop]. Everyone is welcome and even encouraged to contribute with their own improvements!

Just make sure to follow our [contribution guidelines][contribution-guidelines].

## License

This module is released under the [Academic Free License 3.0][AFL-3.0]

[report-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose
[prestashop]: https://www.prestashop.com/
[contribution-guidelines]: https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/project-modules/
[AFL-3.0]: https://opensource.org/licenses/AFL-3.0

0 comments on commit 9373148

Please sign in to comment.