- add CLI support for better usability - add package.json init helper methods - add helpers for package installation ``` // draft // install an individual partial > nodeuse install js.partial.foreach // install a module > nodeuse install js.lang.Exception // install multiple packages via .* > nodeuse install js.foreach.* js.lang.* js.util.JSON ```