
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
auto-plex-create
Advanced tools
Auto-Plex project is a command-line tool (CLI) that enables users to swiftly generate the fundamental structure for starting Node.js projects, simplifying the development of applications and APIs using TypeScript, Express.js, and Prisma ORM. With the aid
Auto-Plex is a command-line tool (CLI) that enables users to swiftly generate the fundamental structure for starting Node.js projects, simplifying the development of applications and APIs using TypeScript, Express.js, and Prisma ORM. With the aid of Auto-Plex, developers can save time and effort in the initial project setup, obtaining a solid foundation to kickstart their applications.
1. npm i auto-plex-create -g
To create a new project with Auto-Plex, run the following command:
npx auto-plex-create
This will prompt you to enter the name of your project. After entering the project name, Auto-Plex will create the necessary directory structure, initialize TypeScript configuration, and set up Prisma for database access.
The project structure created by Auto-Plex will look like this:
Auto-Plex/
├── client/
├── server/
│ ├── src/
│ │ ├── prisma/
│ │ │ └── index.ts
│ │ ├── @types/
│ │ │ └── express/
│ │ │ └── index.d.ts
│ │ ├── controllers/
│ │ ├── helpers/
│ │ ├── integrations/
│ │ │ └── index.d.ts
│ │ ├── middlewares/
│ │ │ └── isAuthenticated.ts
│ │ ├── services/
│ │ ├── routes.ts
│ │ ├── .env
│ │ └── server.ts
│ ├── .gitignore
│ ├── package.json
│ └── tsconfig.json
└── README.md
This project is open-source and available under the MIT License. Copyright (c) 2023-present, Cafe (Erivaldo) Com Código
Auto-Plex is developed and maintained by Café com Código. You can find us on GitHub at https://github.com/juniorerivaldo.
We welcome contributions from the community. If you find any issues or have suggestions for improvements, feel free to create an issue or submit a pull request.
Happy coding!
FAQs
Auto-Plex project is a command-line tool (CLI) that enables users to swiftly generate the fundamental structure for starting Node.js projects, simplifying the development of applications and APIs using TypeScript, Express.js, and Prisma ORM. With the aid
The npm package auto-plex-create receives a total of 4 weekly downloads. As such, auto-plex-create popularity was classified as not popular.
We found that auto-plex-create demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.