Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prejss-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prejss-cli

Get ES6 modules or JSON files from CSS/SCSS/LESS/other styles using PreJSS

  • 0.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.7K
decreased by-22.59%
Maintainers
1
Weekly downloads
 
Created
Source

prejss-cli

Travis branch npm version npm downloads npm license

Command-Line Interface (CLI) interface for converting CSS/SCSS/LESS/other files to ES6 modules or to JSON files using any PreJSS parser and config.

Examples

# Convert CSS file to JSON in current directory
prejss-cli -f json source.css --pretty

# Convert CSS file to ES6 in current directory
prejss-cli source.css

# Convert all CSS in specified directory to ES6 in ./examples/dist
prejss-cli examples/src --out-dir ./examples/dist

# Convert CSS in specified directory to ES6 in the same directory
# using specified parser (which should be installed as prejss-NAME-parser package)
prejss-cli examples/src --parser postcss

# Convert SCSS files only in specified directory to ES6 in ./dist
# using specified parser and config
prejss-cli src/**/*.scss --parser postcss --out-dir ./dist \
  --config plugins=postcss-import,postcss-simple-vars,postcss-sassy-mixins

Keywords

FAQs

Package last updated on 15 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc