Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
desc "${1:Task description}"
|
||||
task :${2:task_name}${3: => [:dependent, :tasks]} do
|
||||
${4}
|
||||
end
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
desc "${1:Task description}"
|
||||
task :${2:task_name}${3: => [:dependent, :tasks]} do
|
||||
${4}
|
||||
end
|
||||