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
catch block and switch block comments of initRepo method mentions git but it could be any repo type.
putPackage method comment has a typo on "accidentally".
logSuccess comment should say "prepare the relative theme path" not "final theme path".
start prompt message has relative help command, but it should be the full npx... command because users most likely wont be installing the package to be able to use the bin in that way.
README.md
first sentence in readme is a runon. End at "to get a developer started."
readme calls the main argument "file" but its "dir" now.
getting started section in readme should say "kebab-cased" not "param-cased", and remove the sentance about "This will also serve as a regular expression..."
probably worth explaining text replacements, license fetching, repo initialization in readme.
The text was updated successfully, but these errors were encountered:
index.js
catch
block andswitch
block comments ofinitRepo
method mentionsgit
but it could be any repo type.putPackage
method comment has a typo on "accidentally".logSuccess
comment should say "prepare the relative theme path" not "final theme path".npx...
command because users most likely wont be installing the package to be able to use thebin
in that way.README.md
The text was updated successfully, but these errors were encountered: