Skip to content

Python script that's automate my personal Flask + Vue cnd projects creation and Git repository

Notifications You must be signed in to change notification settings

vinicius1209/Personal-Projects-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Imports

import argparse
import sys
import os
import subprocess

Personal Features

  • Create root Folder
  • Flask tree folders
    • __init__.py
    • config.py
    • static
      • img
      • js
    • templates
  • Vue stuffs inside Flask tree
    • components
      • router
  • New GitHub repository

Before run

  • open app.py and edit path variable for your personal root folder projects
  • Python v3+

Usage:

To run the script open cmd and go into this project folder.
Then type in cmd 'python app.py -p [name of your new project] -f[flask] -v[vue] -g [GitHub]'

During running GitHub username and password will be requested

About

Python script that's automate my personal Flask + Vue cnd projects creation and Git repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages