JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q54895F
  • License MIT

Twind CLI

Package Exports

  • @twind/cli
  • @twind/cli/package.json

Readme

@twind/cli

MIT License Latest Release Github Module Size Typescript

Installation

Install from npm:

# Using npm
npm install @twind/cli

# Using Yarn
yarn add @twind/cli

Usage

node -r esm -r esbuild-register bin/twind.js -c src/__fixtures__/twind.config.js -o build/tailwind.css -w -b
  Usage
    $ twind [...globs=**/*.{htm,html,js,jsx,tsx,svelte,vue,mdx}] [options]

  Options
    -o, --output      Set output css file path
    -c, --config      Set config file path
    -i, --ignore      Any file patterns to ignore
    --ignore-file     gitignore like file  (default .gitignore)
    -b, --beautify    Generate beautified css file  (default false)
    -C, --cwd         The current directory to resolve from  (default .)
    -w, --watch       Watch for changes  (default false)
    --color           Print colorized output  (default [object Object])
    -v, --version     Displays current version
    -h, --help        Displays this message

License

MIT