Skip to content

thatcatfromspace/devstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devstack

Devstack is a CLI for scaffolding your next full stack application with a CLI instead of setting up your frontend, backend and Docker containers separately. Conveniently scaffold your frontend and backend with different frameworks of your liking with a single command.

Installation

git pull https://github.com/thatcatfromspace/devstack
cd devstack 
npm install

To run the CLI,

npx devstack

Additionally, if you want to install the CLI globally,

npm i -g .

Framworks supported

This list is subject to change and expand.

Frontend

  • React (with Vite)
  • Next.js

Both frontend options come with TailwindCSS ready to use 🚀

Backend

  • Nest.js
  • Django

Both backend options provide basic CRUD and auth services.

Contributions

Create an issue if you want to request a framework of your liking. All contributions through pull requests are welcome. Additionally, contributing boilerplate for different frameworks is also encouraged.

©️ Dinesh Veluswamy, 2025

About

Unifiied CLI for scaffolding full stack applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors