catalog

Create living style guides using Markdown or React

Github星跟踪图

Catalog Logo

Travis Downloads Version License

? This is the currently in-development v4 branch. Stable code is in master.

Catalog

Catalog lets you create beautiful living and fully interactive style guides using Markdown and React components.

Please read the Catalog documentation (built with Catalog!) for detailed installation and usage instructions.

Installation

yarn

yarn add catalog react react-dom

npm

npm install catalog react react-dom --save

Development

Please make sure that you have Node >= 6 and yarn installed.

Build process

Start the build process in watch mode:

make

Docs

To edit Catalog documentation, run:

make docs

Note: this uses the local Catalog build from dist/. Run make before/alongside make docs.

Linking

When developing Catalog you want to link it locally:

yarn link

You can then link to this version in your project (or one of the examples):

yarn link catalog

Tests

To run Jest tests in watch mode:

make test-watch

Creating a Release

Bump Catalog's version:

make version

Then push including tags:

git push && git push --tags

The CI server will automatically run tests, build and publish the new version to npm

CI commands

These usually run automatically on the CI server

Create a build

make build

Create a documentation build

make build-docs

Publish to npm and generate GitHub release notes

make publish

Credits

Catalog is developed by many people at Interactive Things, a User Experience and Data Visualization Studio based in Zürich.

主要指标

概览
名称与所有者interactivethings/catalog
主编程语言JavaScript
编程语言Makefile (语言数: 6)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2014-07-25 07:53:56
推送于2023-01-03 22:27:14
最后一次提交2021-05-27 16:01:53
发布数175
最新版本名称v4.0.1-canary.2 (发布于 2019-09-27 18:21:58)
第一版名称1.0.0-alpha (发布于 )
用户参与
星数1.6k
关注者数28
派生数145
提交数1.2k
已启用问题?
问题数291
打开的问题数76
拉请求数119
打开的拉请求数38
关闭的拉请求数113
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?