Skip to content

tigr81/tigr81

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐯tigr81

A Project Scaffolder for HUMANS. My name is tigr81 that can be read as "tigr-ottone" more user-friendly for Italian developers.

🚀 What is tigr81?

Tigr81 is a powerful and user-friendly project scaffolder that empowers you to kickstart your projects with just a single command. Designed with simplicity and ease of use in mind, tigr81 is the perfect companion for developers looking to streamline their project setup process. Currently, tigr81 supports three types of projects:

  • 🌐 fastapi
  • 📦 poetry_pkg
  • ⚛️ prime-react
  • 🔜 more is coming soon!

📥 How to install tigr81?

Installing tigr81 is a breeze! Simply use pip, the Python package installer, and run the following command:

pip install tigr81

And voila! You're ready to embark on your project scaffolding journey with tigr81.

🤔 How to use tigr81?

To discover the full potential of tigr81 and learn how to harness its capabilities, simply run the following command:

tigr81 --help

This command will provide you with a comprehensive guide on how to utilize tigr81 effectively.

🌟 How to create a new project?

Creating a new project with tigr81 is as easy as 1, 2, 3! Just run the following command:

tigr81 scaffold <project_type>

Replace <project_type> with the desired project type from the available options (fastapi, poetry_pkg, prime-react).

For example, to create a new FastAPI project, simply execute:

tigr81 scaffold fastapi

Follow the interactive prompts, and tigr81 will guide you through the process of setting up your project effortlessly.


Start your projects with ease using tigr81 - the project scaffolder that roars with simplicity and power! 🐯💪

🚀 How to Deploy a New Version of tigr81?

Deploying a new version of tigr81 is streamlined through a structured workflow to ensure stability and ease of deployment. Follow these steps:

  1. Open a Feature Branch: Begin by creating a new branch from develop for your new feature or fix:

    git checkout develop
    git checkout -b feat/<your-feature-name>
  2. Implement Your Changes: Add, commit, and push your changes to your feature branch.

  3. Create a Pull Request (PR) to develop:

    • Open a PR targeting the develop branch.
    • Include relevant information in the PR description to help reviewers understand your changes.
  4. Run the CI/CD Workflow Manually: Once your PR is merged into develop, manually trigger the CI/CD workflow to deploy the new version.

  5. Monitor the Deployment: After initiating the workflow, monitor its progress to ensure successful deployment.

About

A Project Scaffolder for HUMANS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages