You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about having prompts at the terminal to change different options? Something similar to when you run npm init and you change a bunch of settings for your project. Can add a -i flag to tell it when to interactively let you change certain things.
Extend
raco new
to support additional arguments to customise template instantiatione.g. renaming main.scrbl to $PACKAGE-NAME.scrbl
extension options:
raco new
(prevraco from-template
) command could look for some optional.from-template.rkt
code in the template, and if found, run it.raco scaffold
already has sophisticated facilities to generate code https://docs.racket-lang.org/scaffold/Suggestions from @samth @greghendershott @sorawee on racket slack 17-Sep-2020
The text was updated successfully, but these errors were encountered: