Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-fullstack-app

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-fullstack-app

Create Fullstack TypeScript application with ease.

  • 3.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

create-fullstack-app

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.

Licence MIT Contributor Covenant Dependabot badge

Conventional Commits semantic-release npm version

Google Chrome Lighthouse

📜 About

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.

🚀 Features

  • 💯 Maximize Lighthouse Google Chrome score
  • ✨ Follow Typescript Standard Style
  • ⚡️ Easy to use

📦 Templates availables

Website (front-end)

  • next: React.js + Next.js
  • nuxt: Vue.js + Nuxt.js

API (back-end)

⚙️ Usage

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.

Options

-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.

💡 Contributing

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.

📄 License

MIT

Keywords

FAQs

Package last updated on 30 Sep 2021

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