boardgame 1.2.1
Install from the command line:
Learn more about npm packages
$ npm install @quibbble/boardgame@1.2.1
Install via package.json:
"@quibbble/boardgame": "1.2.1"
About this version
This is a React component library for Quibbble games. See example.jsx for an example of how to use the provided components.
Generate a personal GITHUB_ACCESS_TOKEN
with package read permissions. Read more about it here.
Add an .npmrc
file to the root of your project with the following:
//npm.pkg.github.com/:_authToken=<GITHUB_ACCESS_TOKEN>
@quibbble:boardgame=https://npm.pkg.github.com
Then run:
npm install quibbble/boardgame
This runs the example example.jsx and allows for testing:
npm run dev
- Make desired changes.
- Bump package.json
version
field. - Run
npm i
to update packages. - Run
npm run build
to build/dist
. - Commit changes to
main
branch. - Create a new release via Github UI.
- Github Actions will build and publish a new version.
- Latest package published to quibbble/boardgame.