We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my sistem
uname -a Linux zaman 4.1.3-1-ARCH #1 SMP PREEMPT Wed Jul 22 20:37:12 CEST 2015 x86_64 GNU/Linux
node version
node -v v0.12.7
npm version
npm -v 2.13.2
package.json
{ "name": "deneme", "version": "0.1.0", "description": "a verb config", "main": "verbfile.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/onokumus/deneme.git" }, "keywords": [ "verb", "markdown", "doc" ], "author": "Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)", "license": "MIT", "bugs": { "url": "https://github.com/onokumus/deneme/issues" }, "homepage": "https://github.com/onokumus/deneme#readme", "devDependencies": { "verb": "git://github.com/verbose/verb.git" } }
.verb.md
# {%= name %} > {%= description %}
verbfile.js
var verb = require('verb'); verb.task('readme', function() { verb.src('.verb.md') .pipe(verb.dest('.')); }); verb.task('default', ['readme']);
verb -v [11:59:48] CLI version 0.7.2 [11:59:48] Local version 0.8.7 [11:59:49] using verbfile ~/Desktop/sailbat/deneme/verbfile.js [11:59:49] starting 'readme' [11:59:49] finished 'readme' after 11 ms [11:59:49] starting 'default' [11:59:49] finished 'default' after 10 μs events.js:85 throw er; // Unhandled 'error' event ^ true
see https://github.com/onokumus/deneme
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my sistem
uname -a Linux zaman 4.1.3-1-ARCH #1 SMP PREEMPT Wed Jul 22 20:37:12 CEST 2015 x86_64 GNU/Linux
node version
npm version
package.json
.verb.md
verbfile.js
Bat 😞
see https://github.com/onokumus/deneme
The text was updated successfully, but these errors were encountered: