Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stack-gen

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-gen

A CLI tool to generate code base from any cookiecutter template

  • 0.0.19
  • PyPI
  • Socket score

Maintainers
2

Stack Generator

A CLI tool to generate a code base from any cookiecutter template

Installation

pip install stack-gen

CLI Usage

sg [OPTIONS] [ARGS]...

Options:
  -r,   --repository TEXT        Name of github repository containing the template to generate
  -u    --user TEXT              Name of github's user owning the repository
  -gac  --access_token TEXT      Write GITHUB_ACCESS_TOKEN env variable into .env file (Optional)

  --help                         Show this message and exit.

Example

To clone this cookiecutter template:

sg -r fastapi-generator -u hourlier96

Informations

Specified repository MUST respect cookiecutter template format.

Specified user MUST owned the repository specified.

License

MIT

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc