# node.sh **Repository Path**: mikeliang/node.sh ## Basic Information - **Project Name**: node.sh - **Description**: A node application packing layout - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node.sh ======= A node application packing layout Usage ======= ``` mkdir /usr/local/nodeapps cp node.sh /usr/local/nodeapps cd /usr/local/nodeapps ./node.sh init ./node.sh create myapp ``` Layout ======= ``` $ tree -L 3 nodeapps/ nodeapps/ |-- apps |-- bin | `-- node |-- lib | `-- node_modules | |-- express | `-- socket.io `-- node.sh 6 directories, 2 files ```