An open API service indexing awesome lists of open source software.

https://github.com/bn-digital/projen


https://github.com/bn-digital/projen

projen

Last synced: 8 months ago
JSON representation

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




Typescript 
React 
React Router  
Ant Design 
Vite 
Strapi 
GraphQL 
Apollo Graphql 
SQLite 
Postgres 
ESlint 
Stylelint 
Prettier 

## 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
```