# fire-path **Repository Path**: mirrors_cocos-creator/fire-path ## Basic Information - **Project Name**: fire-path - **Description**: node's path module with some helpful additions. - **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-02-14 ## 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'); ```