Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New project specific templates #283

Merged
merged 11 commits into from
Oct 25, 2023
Merged

New project specific templates #283

merged 11 commits into from
Oct 25, 2023

Conversation

TheAngryByrd
Copy link
Owner

@TheAngryByrd TheAngryByrd commented Oct 25, 2023

Proposed Changes

This adds the ability for people to add classlib/console/test projects using MiniScaffolds assumed structure.

To create an individual project, you can use the --outputType argument with one of the follow choices:

  • projLib
  • projConsole
  • projTesting

This should make it much easier for new people to add projects without having to jump through too many hoops.

Types of changes

What types of changes does your code introduce to MiniScaffold?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

I need to update the tutorial docs as those have drifted quite a bit. Will stay a Draft until I finish updating them.

@TheAngryByrd TheAngryByrd marked this pull request as ready for review October 25, 2023 11:28
@TheAngryByrd TheAngryByrd enabled auto-merge (squash) October 25, 2023 11:48
@TheAngryByrd TheAngryByrd merged commit 65dc0d7 into master Oct 25, 2023
7 checks passed
@TheAngryByrd TheAngryByrd deleted the new-tiny-templates branch October 25, 2023 11:51
TheAngryByrd added a commit that referenced this pull request Oct 25, 2023
## [0.37.0] - 2023-10-25

### Added
- [New project specific templates](#283) from @TheAngryByrd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant