Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebennett88/luke-ui
https://github.com/lukebennett88/luke-ui
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukebennett88/luke-ui
- Owner: lukebennett88
- License: mit
- Created: 2022-08-07T08:16:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T04:24:04.000Z (about 2 years ago)
- Last Synced: 2024-10-11T04:10:45.856Z (28 days ago)
- Language: TypeScript
- Homepage: luke-ui.vercel.app
- Size: 984 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design System Template
## Versioning and Publishing packages
Package publishing has been configured using
[Changesets](https://github.com/changesets/changesets). Please review their
[documentation](https://github.com/changesets/changesets#documentation) to
familiarize yourself with the workflow.This example comes with automated npm releases setup in a
[GitHub Action](https://github.com/changesets/action). To get this working, you
will need to create an `NPM_TOKEN` and `GITHUB_TOKEN` in your repository
settings. You should also install the
[Changesets bot](https://github.com/apps/changeset-bot) on your GitHub
repository as well.For more information about this automation, refer to the official
[changesets documentation](https://github.com/changesets/changesets/blob/main/docs/automating-changesets.md)### npm
If you want to publish package to the public npm registry and make them publicly
available, this is already setup.To publish packages to a private npm organization scope, **remove** the
following from each of the `package.json`'s```diff
- "publishConfig": {
- "access": "public"
- },
```### GitHub Package Registry
See
[Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#publishing-a-package-using-publishconfig-in-the-packagejson-file)