Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 360 Bytes

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 360 Bytes

pixem

Source code for the px and (r)em unit converter for style sheets.

Dependencies

To install the dependencies, run npm install.

Development

  $ npm start

Production

  $ npm run build

Test

All tests

  $ npm test

Test a directory

  $ npm run test src/utils

Linting

  $ npm run lint