https://github.com/garrett-he/copier-node-express
A Copier template for Node.js projects with Express framework.
https://github.com/garrett-he/copier-node-express
code-generation copier express node template typescript
Last synced: 7 months ago
JSON representation
A Copier template for Node.js projects with Express framework.
- Host: GitHub
- URL: https://github.com/garrett-he/copier-node-express
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2023-10-19T02:10:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T11:00:09.000Z (8 months ago)
- Last Synced: 2025-03-02T12:18:11.535Z (8 months ago)
- Topics: code-generation, copier, express, node, template, typescript
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# copier-node-express

A [Copier][1] template for [Node.js][2] projects with [Express][3] framework.
## Quickstart
1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-node-express /path/to/destination
```## License
Copyright (C) 2024 Garrett HE
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://github.com/copier-org/copier
[2]: https://nodejs.org/
[3]: https://expressjs.com/