https://github.com/bn-digital/projen
https://github.com/bn-digital/projen
projen
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bn-digital/projen
- Owner: bn-digital
- License: mit
- Created: 2022-12-04T13:11:34.000Z (almost 3 years ago)
- Default Branch: latest
- Last Pushed: 2024-02-29T20:20:45.000Z (over 1 year ago)
- Last Synced: 2025-02-14T02:42:09.602Z (8 months ago)
- Topics: projen
- Language: TypeScript
- Homepage:
- Size: 8.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projen
Projen is a project generator used to initialize and bootstrap new projects withing the Node.js ecosystem. It gives you out-of-the-box support and configuration
options for the most common project types, includingReact, Strapi, Next.JS, as well as big number of other popular frameworks and tools.
One tool to rule them all
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Getting Started
To get started, you can use the `npx` command to run the `projen` command line interface (CLI) and generate a new project specifying the project type:
```bash
npx projen new --from=@bn-digital/projen full-stack
```This will generate a new project in the current directory. You can also specify a directory name to generate the project in a different directory:
```bash
npx projen new --from=@bn-digital/projen full-stack custom-directory
```