Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI template for nodejs

This is template app for CLI test.
You can make console application by editing app/main.js

How to get input parameters

main.js has a function main.

function main(args, options) {
}
  • args is array of parameter.
  • options is command line option specified with - prefix.

How to output result

You can use console.log

  console.log("HOGE");

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

12 watching

Forks

Releases

Packages

Contributors

Languages