New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@canburaks/stitches-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canburaks/stitches-theme

React UI library boilerplate

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

♨️ React UI Boilerplate

A React boilerplate with opinionated setup to help you quickly create your own React UI library.

MIT license

The Setup

  • React v18
  • TypeScript
  • UI development with Storybook
  • Unit test with Testing-library
  • Linting with Eslint and code formatting with Prettier
  • Conventional commit messages with Commitlint
  • Build the library with Rollup
  • Automated release with changesets

Get Started

  • Use Boilertowns CLI.

    # npm
    npm create boilertowns -- -b react-ui-boilerplate
    
    # yarn
    yarn create boilertowns -b react-ui-boilerplate
    
    # pnpm
    pnpm create boilertowns -b react-ui-boilerplate
    
    # bun
    bun create boilertowns/react-ui-boilerplate [library-name]
    
  • Click the green "Use this template" button to generate a new repository with the same structure and files.

    Use this template button

    Ref: Github Docs

Development

  • Build the library:

    pnpm build
    
  • Run storybook:

    pnpm storybook
    
  • Unit test component with:

    pnpm test
    
  • Create changeset:

    pnpm changeset
    

Release & Publish package

This boilerplate uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.

To automating publish your library, follow these steps:

P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.

Contributing

react-ui-boilerplate ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.

Keywords

stitches

FAQs

Package last updated on 30 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts