@prismicio/next 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +90 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# @prismicio/next
|
|
2
|
+
|
|
3
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
4
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
5
|
+
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
|
|
6
|
+
[![Codecov][codecov-src]][codecov-href]
|
|
7
|
+
[![Conventional Commits][conventional-commits-src]][conventional-commits-href]
|
|
8
|
+
[![License][license-src]][license-href]
|
|
9
|
+
|
|
10
|
+
> ⚠ This project is in an experimental state and therefore primarily meant to be used by Prismic kits. Use it at your own risks or stay tuned for the official release!
|
|
11
|
+
|
|
12
|
+
<!-- TODO: Replacing link to Prismic with [Prismic][prismic] is useful here -->
|
|
13
|
+
|
|
14
|
+
A Next.js Integration with Prismic that makes it easier to take advantage of Next.js features.
|
|
15
|
+
|
|
16
|
+
- 🎥 Easily set up Prismic Previews;
|
|
17
|
+
|
|
18
|
+
## Install
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm install @prismicio/next
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Documentation
|
|
25
|
+
|
|
26
|
+
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].
|
|
27
|
+
|
|
28
|
+
## Contributing
|
|
29
|
+
|
|
30
|
+
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!
|
|
31
|
+
|
|
32
|
+
**Asking a question**: [Open a new topic][forum-question] on our community forum explaining what you want to achieve / your question. Our support team will get back to you shortly.
|
|
33
|
+
|
|
34
|
+
**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.
|
|
35
|
+
|
|
36
|
+
**Suggesting an improvement**: [Open an issue][https://github.com/prismicio/prismic-next/issues] explaining your improvement or feature so we can discuss and learn more.
|
|
37
|
+
|
|
38
|
+
**Submitting code changes**: For small fixes, feel free to [open a pull request][https://github.com/prismicio/prismic-next/pulls] with a description of your changes. For large changes, please first [open an issue][https://github.com/prismicio/prismic-next/issues] so we can discuss if and how the changes should be implemented.
|
|
39
|
+
|
|
40
|
+
For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
Copyright 2013-2021 Prismic <contact@prismic.io> (https://prismic.io)
|
|
46
|
+
|
|
47
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
48
|
+
you may not use this file except in compliance with the License.
|
|
49
|
+
You may obtain a copy of the License at
|
|
50
|
+
|
|
51
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
52
|
+
|
|
53
|
+
Unless required by applicable law or agreed to in writing, software
|
|
54
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
55
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
56
|
+
See the License for the specific language governing permissions and
|
|
57
|
+
limitations under the License.
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
<!-- Links -->
|
|
61
|
+
|
|
62
|
+
[prismic]: https://prismic.io
|
|
63
|
+
|
|
64
|
+
<!-- TODO: Replace link with a more useful one if available -->
|
|
65
|
+
|
|
66
|
+
[prismic-docs]: https://prismic.io/docs
|
|
67
|
+
[changelog]: ./CHANGELOG.md
|
|
68
|
+
[contributing]: ./CONTRIBUTING.md
|
|
69
|
+
|
|
70
|
+
<!-- TODO: Replace link with a more useful one if available -->
|
|
71
|
+
|
|
72
|
+
[forum-question]: https://community.prismic.io
|
|
73
|
+
[repo-bug-report]: https://github.com/prismicio/prismic-next/issues/new?assignees=&labels=bug&template=bug_report.md&title=
|
|
74
|
+
[repo-feature-request]: https://github.com/prismicio/prismic-next/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
|
|
75
|
+
[repo-pull-requests]: https://github.com/prismicio/prismic-next/pulls
|
|
76
|
+
|
|
77
|
+
<!-- Badges -->
|
|
78
|
+
|
|
79
|
+
[npm-version-src]: https://img.shields.io/npm/v/@prismicio/next/latest.svg
|
|
80
|
+
[npm-version-href]: https://npmjs.com/package/@prismicio/next
|
|
81
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/@prismicio/next.svg
|
|
82
|
+
[npm-downloads-href]: https://npmjs.com/package/@prismicio/next
|
|
83
|
+
[github-actions-ci-src]: https://github.com/prismicio/prismic-next/workflows/ci/badge.svg
|
|
84
|
+
[github-actions-ci-href]: https://github.com/prismicio/prismic-next/actions?query=workflow%3Aci
|
|
85
|
+
[codecov-src]: https://img.shields.io/codecov/c/github/prismicio/prismic-next.svg
|
|
86
|
+
[codecov-href]: https://codecov.io/gh/prismicio/prismic-next
|
|
87
|
+
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
|
|
88
|
+
[conventional-commits-href]: https://conventionalcommits.org
|
|
89
|
+
[license-src]: https://img.shields.io/npm/l/@prismicio/next.svg
|
|
90
|
+
[license-href]: https://npmjs.com/package/@prismicio/next
|