Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 971 Bytes

File metadata and controls

35 lines (28 loc) · 971 Bytes

Please fork and submit your PR with enough comments for someone who's never seen it. Thanks for the contrib! The goal of mdp is to make a simple previewer that handles the most common use cases. If 80% of the world used markdown, could mdp be the 20% solution?

dev notes

  1. npm install
  2. npm run dev
  3. npm run dev-readme

test and publish

  1. npm run dev & - run in background to test open-file with subsequent open
  2. npm run dev-noarg - tests launch with no arg, app starts with no window
  3. npm run dev-readme
  4. npm run dev-publish
  5. open from finder once packaged
  6. open from mdp shell script once packaged
  7. npm run log

forge config now lives in forge.config.js

package

  1. npm install
  2. npm run package
  3. npm run make && npm run publish

package for app store

  1. cat ~/.appl_pass
  2. npm make
  3. npm run apple-upload

publish to github

`cat ~/.git-mdp-publish-token`
env |grep GIT
npm run publish