Skip to content

Gorem is a command-line tool that converts pixel values to rem in CSS files.

Notifications You must be signed in to change notification settings

rahuld109/gorem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorem

Gorem is a command-line tool that converts pixel values to rem in CSS files.

Installation

To install gorem, you can use the following go get command:

go get -u github.com/rahuld109/gorem

Make sure your Go bin directory is included in your system's PATH.

Usage

gorem <directory>

Converts pixel values to rem in CSS files within the specified directory.

Options

  • -h, --help: Show help message.
  • -v, --version: Show version information.

Examples

Convert CSS files in the current directory:

gorem .

License

This project is licensed under the MIT License.

About

Gorem is a command-line tool that converts pixel values to rem in CSS files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages