2 repository-uri
Automated generation of project structures and boilerplate code to accelerate initial development.
Distinct from Node.js Server Frameworks: Distinct from Node.js Server Frameworks: focuses on the automation of project setup and directory structure rather than the runtime architecture.
Explore 2 awesome GitHub repositories matching web development · Project Scaffolding. Refine with filters or upvote what's useful.
LoopBack is a Node.js API framework used to build RESTful services and backend applications. It functions as a model-driven API generator that automatically maps predefined data models to network endpoints to create standardized web interfaces. The project features a database abstraction layer that unifies access across diverse SQL databases, NoSQL stores, and remote data sources. It includes a backend application scaffolder using command-line generators to automate the creation of project structures and data connectors. Additionally, it provides an API authentication system to manage applica
Uses command-line generators to quickly scaffold data models and project structures to accelerate development cycles.
modern.js is a full-stack web framework and frontend component toolchain. It functions as a development platform for building web applications with integrated routing and server-side rendering, while also serving as a static site generator and a Node.js application scaffold. The framework utilizes a Rust-based compiler for high-performance bundling to accelerate the transformation and packaging of assets. It employs a convention-over-configuration approach to reduce manual setup and uses plugin-driven extensibility to modify the build pipeline. The project covers a wide range of capabilities
Includes a command-line tool to automatically generate project structures and boilerplate code for Node.js applications.