8000 GitHub - RikSherman/init-service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RikSherman/init-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

init-service

A python script to initialise a repository

Run python ./scripts/bin/create.py -h for instructions.

The script requires a "WORKSPACE" environment variable to be set. The script requires a github token with permissions to push to the repository that need initialising

This will:

  • clone an existing repository
  • add the play project with up to date dependencies
  • commit and push the changes

Examples

Create a frontend microservice like this: python scripts/bin/create.py --type FRONTEND --exists --github-token <token> my-backend-microservice

Create a backend microservice like this: python scripts/bin/create.py --type BACKEND --exists --with-mongo --github-token <token> my-backend-microservice

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

36C9

Packages

No packages published

Languages

  • Python 81.6%
  • Scala 13.6%
  • HTML 4.7%
  • Shell 0.1%
0