kobleistvan / create-fullstack-app

Create Fullstack TypeScript application with ease.

Home Page:https://www.npmjs.com/package/create-fullstack-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-fullstack-app

Create Fullstack TypeScript application with ease.

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

πŸ“¦ Templates availables

Website (front-end)

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

About

Create Fullstack TypeScript application with ease.

https://www.npmjs.com/package/create-fullstack-app

License:MIT License


Languages

Language:TypeScript 89.2%Language:JavaScript 4.1%Language:Vue 3.0%Language:Shell 2.9%Language:Dockerfile 0.8%