To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorcardigan command line usage
In order to manage my ideas
As a command line junkie
I want to use the cardigan commands without entering a shell
- Scenarios
-
- empty card repository
-
- When
-
I run
cardigan ls
- Then
- the exit status should be 0
- And
-
the stdout should contain:
There are no cards to display
- single card repository
-
- When
-
I run
cardigan touch do some amazing stuff with my life
- And
-
I run
cardigan ls
- Then
- the exit status should be 0
- And
-
the stdout should contain:
-------------------------------------------- | index | name | -------------------------------------------- | 1 | do some amazing stuff with my life | --------------------------------------------
Last published over 5 years ago by markryall.