This package has been deprecated

Author message:

This package is deprecated.

@atlaskit/atlaskit-registry

1.0.0 • Public • Published

atlaskit-registry

Note: I ran into some issues trying to load this package from the private repo so am moving to the @atlaskit/ scope

Generates a component registry website using component data fetched automatically from the AtlasKit repo.

There are two key steps which take place:

  1. Package analysis: Parses all packages in a monorepo using plugins to produce a consolidated snapshot.
  2. Website generation: Uses the snapshot from step 1 to produce a static website.

Step 1 above is handled by Panop.

Inspired by the Origami registry by Financial Times

Installation

npm install

Development

BITBUCKET_USER=... BITBUCKET_PASS=... npm run dev
# server now running at: http://localhost:3000/

If your Bitbucket account has 2FA enabled then BITBUCKET_PASS needs to be an app-password rather than your normal password.

Building for production

The npm package exposes an ak-registry command.

AK_REG_BUILD_DIR=~/Downloads/my-new-folder ak-registry

The generated site contains a JSON file at /api/atlaskit.json which can be used by external services.

Readme

Keywords

none

Package Sidebar

Install

npm i @atlaskit/atlaskit-registry

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • atlaskit