# sicpgen This library can be used to generate boilerplate code for exercises from the Structure and Interpretation of Computer Programs book. Usage: ``` sicpgen start --exercise 1-14 // will generate code for exercise 14 from chapter 1. sicpgen test --exercise 1-14 // will run tests for exercise 14 from chapter 1. ```