Skip to content

A new generation of project scaffolding tool

License

Notifications You must be signed in to change notification settings

Crequency/Cheese

Repository files navigation

Cheese Logo

Cheese

GitHub License GitHub workflow status - mirror Nuget version Nuget download GitHub issues GitHub pull requests

About

A new generation of project scaffolding tool to make your development process more effective with half the effort.

Installation

Install Cheese by dotnet tool:

dotnet tool install --global Crequency.Cheese

Usage

Initialize

You can use init command from Cheese to clone a repo and setup it.

For example:

cheese init Crequency/KitX.github
# We use protocol suffix including "github", "gitlab", "gitee"
# The default protocol is github, so you can execute: `cheese setup Crequency/KitX`

This command will clone Crequency/KitX repo from github, and check if there is .cheese folder.

With .cheese folder exists, the init action will be execute automatically.

In any folder, execute pure cheese init will only create .cheese folder.

Setup

ToDo Commands

  • commit
  • publish
  • i18n
  • doctor
  • test
  • docs
  • config

Update your project

Your repo should have a .cheese folder in the root directory like:

+ project
  + .cheese
  + src
  + docs
    README.md
    LICENSE

You can create this folder by cheese init command.

Contributors

Contributors

Star History

Star History Chart