generated from toakiryu/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fun117
committed
Oct 6, 2024
1 parent
7218bfa
commit 410728a
Showing
6 changed files
with
52 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,38 @@ | ||
```bash | ||
npm login --scope=@scratch-auth | ||
``` | ||
# Scratch Auth | ||
|
||
```bash | ||
npm publish --access public | ||
``` | ||
## Overview | ||
|
||
Scratch Auth is a simple OAuth service for Scratch. It provides an easy-to-understand API for developers and a smooth login experience for users. By using Scratch Auth, you can easily implement OAuth functionality on your website. | ||
|
||
## How to Contribute | ||
|
||
We welcome contributions from the community! You can contribute in the following ways: | ||
|
||
### Reporting Issues | ||
|
||
If you encounter any issues while using Scratch Auth, please report them on the [GitHub Issues](https://github.com/scratch-auth/pkg/issues) page. When reporting an issue, please include as much detail as possible, such as steps to reproduce the problem or any related error messages. | ||
|
||
### Submitting Pull Requests | ||
|
||
We accept pull requests for bug fixes, new features, and improvements. To submit a pull request: | ||
|
||
1. Fork the repository on GitHub. | ||
2. Clone the forked repository to your local machine. | ||
3. Create a new branch for your changes. | ||
4. Make your changes and commit them with clear commit messages. | ||
5. Push your changes to the forked repository. | ||
6. Create a pull request to the original repository, explaining the changes you've made. | ||
|
||
### Improving Documentation | ||
|
||
Good documentation is essential for any project. If you find any errors or omissions in the documentation or would like to add new documentation, feel free to submit a pull request. | ||
|
||
## License | ||
|
||
Scratch Auth is licensed under the MIT License. For more details, please refer to the [LICENSE](./license) file. | ||
|
||
## Contact | ||
|
||
If you have any questions or feedback, feel free to reach out via [GitHub Discussions](https://github.com/scratch-auth/pkg/discussions). | ||
|
||
Thank you for using Scratch Auth! |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```bash | ||
npm login --scope=@org-name | ||
``` | ||
|
||
```bash | ||
npm publish --access public | ||
``` | ||
|
||
```bash | ||
npm unpublish <package-name>@<version> | ||
``` |
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
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