
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
create-fullstack-app
Advanced tools
Create Fullstack TypeScript application with ease.
ā ļø This project is not anymore maintained, you can still use the code as you wish and fork it to maintain it yourself.
create-fullstack-app is a CLI tool to easily generate boilerplate code for your projects with TypeScript. You don't need to learn and configure many tools and create the basics folders/files so you can focus on development. There are many templates available so you can generate any projects (front-end, back-end or both by default) with any frameworks.
express
: Express.js + Sequelize (ORM) + MySQL (database)fastify
: Fastify + Sequelize (ORM) + MySQL (database)fastify-prisma
: Fastify + Prisma (ORM) + PostgreSQL (database)nest
: Nest.js + MySQL (database)strapi
: Strapi + MySQL (database)npx create-fullstack-app <directory-name>
It will ask you some questions (template(s), name, description, etc.), when answered, it will copy and install all the dependencies needed for your project.
-V, --version Output the version number.
-h, --help Display help for command.
--only-website Generate only a website project.
--only-api Generate only an API project.
--no-install It avoids the installation of npm packages inside `node_modules`.
--github It creates a `.github` folder that contains issues templates, pull request templates and configurations for GitHub Actions.
--template-api Choose the API template.
--template-website Choose the Website template.
Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.
The steps to contribute can be found in the CONTRIBUTING.md file.
FAQs
Create Fullstack TypeScript application with ease.
The npm package create-fullstack-app receives a total of 8 weekly downloads. As such, create-fullstack-app popularity was classified as not popular.
We found that create-fullstack-app 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.