terra-markdown

v0.4.1
terra-markdown
Cerner Terra terra-markdown Markdown UI

compile

npm run compile:clean && npm run compile:build

compile:clean

$(cd ..; npm bin)/rimraf lib

compile:build

$(cd ..; npm bin)/babel src --out-dir lib --copy-files

lint

npm run lint:js

lint:js

$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

test

npm run test:spec

test:spec

echo "Warning: no test written" && exit 0

Metadata

Downloads