Socket
Book a DemoInstallSign in
Socket

@bunstack/theme

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunstack/theme

A practical theme generator built from the ground up

latest
Source
npmnpm
Version
1.0.10
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@techstack / Theme

A practical theme generator built from the ground up, designed to be used alongside (@techstack/styled-system & @techstack/components) but this is not required

Installation

To install theme on your repo there are two things needed and one optional.

  • install via package manager yarn add @techstack/theme

  • add this command to your package.json orchard.generate

    • The generate command supports multiple brand themes being built from the same repo no need for multiple.
    • This can be done with the --brand [brand] | -b [brand] cli option, more info to come on this in the future.
  • optional add a custom config for theme. This is optional as there is a basic theme built in.

    • outputDir is where the outputted theme will be put relative to the command ran. e.g. process.cwd()

    • iconDir is for use with @techstack/components and tells it which icon library to use, currently only feather icons is supported.

    • more options will be added in the future.

Basic Config:

{
  "outputDir": "/src/",
  "iconDir": "feather"
}

FAQs

Package last updated on 11 Dec 2023

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