# node-module-template **Repository Path**: mirrors_cocos-creator/node-module-template ## Basic Information - **Project Name**: node-module-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node Module Template A template to create node-module in fireball ## Install ```js npm install foobar ``` ## Usage ```js var foobar = require('foobar'); ```