UNPKG

@travlrcomlabs/theme-generator

Version:

Theme generator for all project Travlr

44 lines (29 loc) 1.32 kB
# Theme Generator > For creating an awesome theme styling ## Table of contents - [Quick start](#quick-start) - [Status](#status) - [Build setup](#build-setup) ## Quick start Several quick start options are available: - [Download the latest release.](https://github.com/travlrcom/ThemeGenerator/archive/v0.1.2.zip) - Clone the repo: `git clone https://github.com/travlrcom/ThemeGenerator.git` - Install with [npm](https://www.npmjs.com/): `npm install @travlrcomlabs/theme-generator` - Install with [yarn](https://yarnpkg.com/): `yarn add @travlrcomlabs/theme-generator` ## Status [![npm version](https://img.shields.io/npm/v/@travlrcomlabs/theme-generator)](https://www.npmjs.com/package/@travlrcomlabs/theme-generator) [![npm download](https://img.shields.io/npm/dw/@travlrcomlabs/theme-generator)](https://www.npmjs.com/package/@travlrcomlabs/theme-generator) [![Bundle size](https://img.shields.io/bundlephobia/min/@travlrcomlabs/theme-generator)](https://www.npmjs.com/package/@travlrcomlabs/theme-generator) ## Build Setup ``` bash # 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 ```