JSPM

  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q57450F
  • License ISC

Package Exports

  • @aftershootco/pegasus
  • @aftershootco/pegasus/dist/index.cjs.js
  • @aftershootco/pegasus/dist/index.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aftershootco/pegasus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pegasus

Pegasus

Pegasus is Aftershoot's inbuilt library for using different react components with custom configurations in their Desktop app.

How to Build?

  1. Get the lastest pull
git pull
  1. Install all the dependencies
yarn
  1. Now build it.
yarn build

How to Publish?

To publish the library, follow the below steps -

  1. Push all your changes on the main branch.
  2. Update the version in the package.json file.
  3. Login to the npm. This step will require you to enter your npm username, password, email, and OTP sent to the email.
npm login
  1. Build with the following the command (Make sure there are no errors during build)
yarn build
  1. Now run the following command to publish your package to the npm.
npm publish --access=public

How to Run Storybook?

  1. Take the latest pull
git pull
  1. Run the following command -
yarn storybook

Contributors