Guest User

Untitled

a guest
Apr 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ## Installation
  2.  
  3. Execute the file in your `.zshrc`
  4.  
  5. ```shell
  6. . <path-to>/goplay.zshrc
  7. ```
  8.  
  9. ## Usage
  10.  
  11. ```shell
  12. # Create new playground
  13. goplay <your-playground>
  14.  
  15. # Create new playground and open in editor
  16. goplay <your-playground> -o
  17.  
  18. # List playgrounds
  19. goplay list
  20.  
  21. # Destroy all playgrounds
  22. goplay nuke
  23.  
  24. # Open specific playground
  25. goplay open <your-playground>
  26. ```
Add Comment
Please, Sign In to add comment