Skip to content

the script to generate a node.js module skeleton

Notifications You must be signed in to change notification settings

gwilym/gen-node-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Introduction gen-node-module is a script to generate a node.js module skeleton.It's written in node.js.

#Useage

Type command to generate a node.js module skeleton:

   ./gen.sh module_name [targetPath]

module_name is the name of your node.js module and targetPath is the module project's parent path.Then gen-node-module will generate a skeleton for you,just like:

  module_name
        package.json
        lib
            module_name.js
        test
            module_name_test.js

And adds some declarations to sources for you.

About

the script to generate a node.js module skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Shell 4.1%