New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

auto-plex-create

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-plex-create

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

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Auto-Plex

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.

Installation

1. npm i auto-plex-create -g

Getting Started

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.

Project Structure

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             

  

License

This project is open-source and available under the MIT License. Copyright (c) 2023-present, Cafe (Erivaldo) Com Cรณdigo

Author

Auto-Plex is developed and maintained by Cafรฉ com Cรณdigo. You can find us on GitHub at https://github.com/juniorerivaldo.

Contributing

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!

Keywords

FAQs

Package last updated on 04 Aug 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc