build icon indicating copy to clipboard operation
build copied to clipboard

Theme generator for Rosé Pine

Results 6 build issues
Sort by recently updated
recently updated
newest added

Also worth testing if `README.md` works in addition to `readme.md`.

This will show in the help menu but remain undocumented in the readme for now in case the api changes Closes #12

add a variable `$accent` with this variable (perhaps activated by a flag), it would generate a variant of the theme with the `$accent` variable as every accent color example: ```...

since you can use the build command on directories, it would be very useful to be able to automatically name the files in the directories according to the variable example:...

This is for those of us who don't have npm/npx installed, but definitely have Docker installed. 😁 I would find it super handy to have a Docker image I could...

- Current logic checks if the template is a dir, should be checking output. It will also throw an exception since `lstatSync` does not handle missing files - Add check...