Skip to content

A cli tool for spinning up barebones fullstack boilerplates easily

Notifications You must be signed in to change notification settings

FloatinggOnion/stackscaffold-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackScaffold

Author: Jesse-Paul Osemeke
StackScaffold is a cli-tool for scaffolding full-stack web applications.

About
  • StackScaffold is a cli-tool for scaffolding full-stack web applications. It is built with Python and uses the command line interface to generate a full-stack web application with a frontend and backend.
  • For now, the supported technologies are React for frontend, and python frameworks for backend (haven't decided which yet).
Usage
  • To get started, run python main.py
  • To get help, run python main.py --help
  • To get help for a particular command, run python main.py {function_name} --help
  • After generating template, run docker-compose up --build
Running Instructions
  • Clone the repo
  • Run pipenv install

About

A cli tool for spinning up barebones fullstack boilerplates easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages