0.1.16 • Published 4 years ago
@travlrcomlabs/theme-generator v0.1.16
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
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