Skip to content

Command line tool for quickly testing out new ideas and creating minimal reproductions for those nightmare bugs

License

Notifications You must be signed in to change notification settings

FireSquid6/scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scratch

Scratch is a cli tool for easily creating and navigating your programming projects

Commands

scratch create <template> <name> - creates a new project scratch pad <template> - creates a new scratchpad scratch template <name> - creates a new template scratch dir - takes you to your source directory scratch projects - lists all projects scratch pads - lists all scratchpads by name scratch elevate <name> - elevates the current scratchpad to a project scratch archive <name> - a

Config File

Example config:

projectsDirectory: "~/source" 
scratchesDir: "~/scratchpad"  # the directory to store temporary scratchpads
autoGit: true  # whether scratch will automatically initialize git

About

Command line tool for quickly testing out new ideas and creating minimal reproductions for those nightmare bugs

Topics

Resources

License

Stars

Watchers

Forks