8000 GitHub - gaggle/repo-components: React components for repo-lister project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gaggle/repo-components

< 8000 !--$-->

Repository files navigation

repo-components Build Status

UI components for repo-lister. In principle these are standalone, project-agnostic React components.

Development

  • npm test for tests and coverage
  • npm run dev will run a local Styleguidist server (and automatically rebuild when src changes)

Cutting a new release

Run this command to automatically increment version, build, commit, tag, and push a new release:

npm run clean && npm test && npm version patch && npm run clean && (export VERSION=`node -p "require('./package.json').version"`; npm run build && git add ./build/ ./docs/ && git commit --amend --no-edit && git tag -fam $VERSION v$VERSION && git push && git push origin v$VERSION)

About

React components for repo-lister project

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0