Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Switch to doxie
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Wiszniewski committed Jul 20, 2015
1 parent 9e0eacb commit b1d7209
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Expand Up @@ -58,7 +58,8 @@ $ npm install --global mve
Usage
-----

<!-- @usage start -->
<!-- @doxie.inject start -->
<!-- Don’t remove or change the comment above – that can break automatic updates. -->
SYNOPSIS

Usage: mve [options] <source> <target>
Expand All @@ -76,7 +77,8 @@ Usage

# Read from a file, then pipe into it:
$ format-json package.json > .temp; mve --force .temp package.json
<!-- @usage end -->
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end -->



Expand Down
23 changes: 0 additions & 23 deletions build/usage.js

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -14,19 +14,22 @@
, "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
, "coverage": "rm -rf coverage && npm run test:transpile && cd .es5 && istanbul cover test.js && mv coverage .."
, "develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'"
, "docs": "npm run transpile && echo '[]' | doxie --append \"$(./bin/mve.js --help)\n\" --inject into Readme.md"
, "prepublish": "npm run --silent clean && npm run transpile"
, "test": "jshint . && npm run test:transpile && node .es5/test.js | tap-spec"
, "test:transpile": "rm -rf .es5 && babel test.js test/*.js test/bin/*.js module/*.js module/bin/*.js module/bin/*/*.js --out-dir .es5; chmod +x .es5/module/bin/*.js; cpy 'test/mock-cwd/{a,b}' .es5/test/mock-cwd; cpy 'test/mock-cwd/c/c' .es5/test/mock-cwd/c"
, "test:lite": "npm run test:transpile && node .es5/test.js | tap-spec"
, "transpile": "cd module; babel --out-dir ../ *.js bin/*.js bin/*/*.js; cd ..; chmod +x bin/*.js"
, "usage": "npm run transpile && babel-node build/usage.js"
, "view-coverage": "echo 'Generating coverage reports...'; npm run coverage >/dev/null && echo '...done.' && xdg-open ./coverage/lcov-report/index.html >/dev/null"
}
, "devDependencies":
{ "1-liners": "0.3.5"
, "babel": "5.6.23"
, "coveralls": "2.11.2"
, "cpy": "3.3.1"
, "doxie": "0.2.3"
, "doxie.append": "0.1.0"
, "doxie.inject": "0.1.1"
, "istanbul": "0.3.17"
, "jshint": "2.8.0"
, "nodangel": "1.3.8"
Expand Down

0 comments on commit b1d7209

Please sign in to comment.