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
One tedious operation I do a lot is adding a new deck, and when that happens there's a bunch of things that need to be done that could be easily automated. So maybe:
squib add foo
Would result in:
New file src/foo.rb with defaults in it. Will need basic templating so we can put Foo into it, and use_layout file: foo.yml
Add task for rake foo to the Rakefile, if it exists
Add a layout file layouts/foo.yml
The text was updated successfully, but these errors were encountered:
One tedious operation I do a lot is adding a new deck, and when that happens there's a bunch of things that need to be done that could be easily automated. So maybe:
squib add foo
Would result in:
src/foo.rb
with defaults in it. Will need basic templating so we can putFoo
into it, anduse_layout file: foo.yml
rake foo
to the Rakefile, if it existslayouts/foo.yml
The text was updated successfully, but these errors were encountered: