-
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.
* Use Node 16 * Update changeset packages * Update READMEs with basic details * Add changeset
- Loading branch information
Showing
6 changed files
with
608 additions
and
294 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@showbie/backpack-tokens': minor | ||
'@showbie/backpack-react': minor | ||
'@showbie/generator-backpack': minor | ||
'stickerbomb': minor | ||
--- | ||
|
||
Upgrade to Node 16 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
16 |
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,42 @@ | ||
# Showbie Backpack | ||
|
||
This project manages and publishes a few [npm packages](https://github.com/orgs/showbie/packages?repo_name=backpack) to the Github Package Registry under the `@showbie` scope. | ||
|
||
## Development | ||
|
||
Install the proper Node version and install dependencies: | ||
|
||
```sh | ||
# https://github.com/nvm-sh/nvm | ||
nvm use | ||
yarn install | ||
``` | ||
|
||
<details> | ||
<summary>Dont' have `yarn` installed?</summary> | ||
|
||
Note, if you don't have `yarn`, simply install v1 from npm (this project has not been updated to modern yarn): | ||
|
||
```sh | ||
npm install -g yarn | ||
``` | ||
</details> | ||
|
||
### Build | ||
|
||
To build the entire project: | ||
|
||
```sh | ||
yarn build | ||
``` | ||
|
||
Each package should have its own README so be sure to check those out. | ||
|
||
### Changelog | ||
|
||
This project uses [changesets](https://github.com/changesets/changesets) to manage the changelog. This is integrated into Github actions and when you create a PR it will give you instructions on how to create a changeset, which is required for each PR. | ||
|
||
```sh | ||
# tl;dr | ||
yarn changeset | ||
``` |
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
Oops, something went wrong.