0.0.5-alpha • Published 1 year ago

@tenoxui/cli v0.0.5-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TenoxUI CLI

Install

npm i -g @tenoxui/cli

Configuration

tenoxui.config.js :

module.exports = {
  inputFiles: "./**/*.html",
  inputStyles: {
    ".m-1": "m-2px",
    ".m-3": "m-6px",
    ".btn": "bdr-none br-4px bg-red pv-2px ph-8px",
  },
  outputStyles: "dist/output.js",
};

Run

Build :

tenoxui

Watch mode :

tenoxui -w
tenoxui --watch