0.1.16 • Published 3 years ago

@travlrcomlabs/theme-generator v0.1.16

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Theme Generator

For creating an awesome theme styling

Table of contents

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/travlrcom/ThemeGenerator.git
  • Install with npm: npm install @travlrcomlabs/theme-generator
  • Install with yarn: yarn add @travlrcomlabs/theme-generator

Status

npm version npm download Bundle size

Build Setup

# install dependencies
$ yarn install

# build package and theme assets
$ yarn build

# build theme assets
$ yarn build:theme:[THEME_NAME] // THEME_NAME = mlp | ulp

# test all scripts
$ yarn test

# test specified scripts
$ yarn test:[THEME_NAME] // THEME_NAME = mlp | ulp