Open source Project for Measure (psd) easily
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
- integration tests should be applied on ui and cli
- chrome-extension-measure-viewer - PSD measure viewer
- html-measure - Make html to be measurable written by React
- meas-ui - Measure UI for making PSD/SVG/HTML to be measurable
- measure-export - Make measure UI exported for teamwork
- measure-export-cli - Command line for measure export
- @moyuyc/psd-html - Make it a fun to create spec by psd for developers and teammates
- sketch measure - Make it a fun to create spec for developers and teammates
- psd.js - A Photoshop PSD file parser for NodeJS and browsers
-
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
- Fork it!
- Create your new branch:
git checkout -b feature-new
orgit 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)'
orgit commit -am 'fix: some description (fix #123)'
- Push to the branch:
git push
- Submit a pull request :)
This library is written and maintained by imcuttle, moyuyc95@gmail.com.
MIT