WIP: Create initial template. #2
Loading…
Reference in a new issue
No description provided.
Delete branch "repo-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
517503cec3
toa31d484949
Ok I am of two mind sets with this...
A. For and initial getting started point, it gets you off the ground. Sure approve and move forward.
B. If this is a template to be used on project creation, all of this should go and it should be only template headers and not so instruction based
(I made this up on the fly with no thought)
README.md:
Create initial template.to WIP: Create initial template.The more I try to work on this the more the whole thing feels like a futile effort, largely because in most cases the language tooling that we're working with will build out this sort of scaffolding for us in most cases. I was trying to combine the idea you had there with the README generated by
crystal init
, you can see what I have so far in the most recent commit. If we bother with keeping this repo around I'm going to squash the commits.There is a possibility that variable substitution may work here, which would be nice, occasionally, but I think it may be a better idea to focus on documenting smaller tasks as we do them than to try to seed some vast wiki of documentation that won't be all that useful anyway.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.