ltag
ltag copied to clipboard
Prepends project files with given template.
There're some hardcoded directories and files excluded implicitly. And sometimes we may need some kind of flexibility for specifing exclusions, 1. ignoring some files inside of one folder 2. ignoring...
Update actions/checkout and actions/setup-go from v2 to v3. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Austin Vazquez
https://github.com/containerd/containerd/pull/4047#discussion_r382894394 This line needs to be updated to support multiple lines. https://github.com/kunalkushwaha/ltag/blob/96f8e138712d34cb947f59513188800b86f3e156/golang.go#L19
I've a project with a bunch of non-{go,bash,makefile,dockerfile} files in them (as well as some of each of those four). It'd be great if the support for different file types...