Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion bin/ngbp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ function version () {
}

function help () {
console.log( "ngbp-cli help not yet implemented." );
console.log( "ngbp-cli version " + pkg.version + "\n" );
console.log( "Usage".underline );
console.log( " ngbp [options] [task]\n" );
console.log( "Options".underline );
console.log( " --help, -h Display this help text" );
console.log( " --version, -V Print the ngbp version\n" );
console.log( "Available tasks".underline );
console.log( " init Initialize this project with an ngbp instance" );
process.exit();
}

Expand Down
1 change: 1 addition & 0 deletions node_modules