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
the stack should make it easy to write code within the stack. an easy way to improve the developer experience is through generators, similar to rails generate, when you want to scaffold some new code.
in our case we'll want to generate new modules and new files within modules.
the stack should make it easy to write code within the stack. an easy way to improve the developer experience is through generators, similar to
rails generate
, when you want to scaffold some new code.in our case we'll want to generate new modules and new files within modules.
inspired by plop.
The text was updated successfully, but these errors were encountered: