I found that I was creating the same setup repeatedly so I just turned it into a repository. This is very much a personal tool and probably less useful to anyone else. Based in async await and wrapping non-async functions in promises.
Uses:
- fs-extra just for some helpful async utilities.
- atomically makes input and output of files a bit simplier.
- strman a number of methods for manipulating strings.
- fast-glob glob to help grab files.