All Projects β†’ imcuttle β†’ Measure

imcuttle / Measure

Licence: mit
πŸ“ Measure UI for PSD

Projects that are alternatives of or similar to Measure

Helpful Decorators
Helpful decorators for typescript projects
Stars: ✭ 263 (+139.09%)
Mutual labels:  measure
Convert Units
An elegant way to convert quantities between different units.
Stars: ✭ 480 (+336.36%)
Mutual labels:  measure
Indriya
JSR 385 - Reference Implementation
Stars: ✭ 74 (-32.73%)
Mutual labels:  measure
Length.js
πŸ“ JavaScript library for length units conversion.
Stars: ✭ 292 (+165.45%)
Mutual labels:  measure
React Cool Dimensions
😎 πŸ“ React hook to measure an element's size and handle responsive components.
Stars: ✭ 419 (+280.91%)
Mutual labels:  measure
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+482.73%)
Mutual labels:  measure
rtiperftest
RTI Perftest is a command-line application that measures the Latency and Throughput of very configurable scenarios that use RTI Connext DDS middleware to send messages.
Stars: ✭ 38 (-65.45%)
Mutual labels:  measure
Mapbox Gl Controls
Stars: ✭ 93 (-15.45%)
Mutual labels:  measure
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (+290%)
Mutual labels:  measure
String Pixel Width
Blazingly fast measure string width in pixels on the server in Javascript (Node.Js)
Stars: ✭ 65 (-40.91%)
Mutual labels:  measure
Psd.rb
Parse Photoshop files in Ruby with ease
Stars: ✭ 3,092 (+2710.91%)
Mutual labels:  psd
Js Quantities
JavaScript library for quantity calculation and unit conversion
Stars: ✭ 335 (+204.55%)
Mutual labels:  measure
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+487.27%)
Mutual labels:  psd
Jpegsnoop
JPEGsnoop: JPEG decoder and detailed analysis
Stars: ✭ 282 (+156.36%)
Mutual labels:  psd
Twelvemonkeys
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
Stars: ✭ 1,221 (+1010%)
Mutual labels:  psd
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (+131.82%)
Mutual labels:  measure
Context Switch
Comparison of Rust async and Linux thread context switch time.
Stars: ✭ 483 (+339.09%)
Mutual labels:  measure
Xs2a
Open Source NextGenPSD2 XS2A Implementation from adorsys
Stars: ✭ 108 (-1.82%)
Mutual labels:  psd
Libqpsd
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
Stars: ✭ 90 (-18.18%)
Mutual labels:  psd
Membrain
🧠 Type-safe memory units
Stars: ✭ 53 (-51.82%)
Mutual labels:  measure

measure

Open source Project for Measure (psd) easily

Getting started

npm i measure-export-cli -g
# Run the online server
measure-export start path/to/psdDir
# Build assets in $PWD/dist
measure-export build path/to/psdDir

measure-export --help
measure-export start --help
measure-export build --help

Processor about the monorepo

TODO

  • [ ] integration tests should be applied on ui and cli

Packages

Related

  • sketch measure - Make it a fun to create spec for developers and teammates
  • psd.js - A Photoshop PSD file parser for NodeJS and browsers

Developing

  • Install dependencies

    npm install
    
  • This repo use lerna for managing multiply packages, so need to bootstrap dependencies of each package.

    npx lerna bootstrap
    

    Note: It will run prepare script of each packages in this step

  • Dev & Build for each available packages

    # Watch mode
    npm run dev
    
    # Build
    npm run dist
    

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure testing passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle, [email protected].

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].