# nodeDemo **Repository Path**: qingshan/nodeDemo ## Basic Information - **Project Name**: nodeDemo - **Description**: node.js开发学习例子 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-25 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-demo A Node.js module written in TypeScript ## Available Scripts - `clean`: remove generated files - `format`: format files with [Prettier][1] - `lint:src`: lint source files with [TSLint][2] - `lint:test`: lint test files with [TSLint][2] - `build`: compile [TypeScript][3] sources - `test`: run tests with [Jest][4] [1]: https://prettier.io/ [2]: https://palantir.github.io/tslint/ [3]: https://www.typescriptlang.org/ [4]: https://jestjs.io/