# gen-node-module **Repository Path**: mirrors_killme2008/gen-node-module ## Basic Information - **Project Name**: gen-node-module - **Description**: the script to generate a node.js module skeleton - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Introduction [gen-node-module](https://github.com/killme2008/gen-node-module) is a script to generate a [node.js](http://www.nodejs.org) 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.