create-code-auger
v0.1.8
Published
Easily add code-auger to your package with this simple CLI wizard.
Downloads
151
Maintainers
Readme
Copyright © 2026 Gage Sorrell. Released under the MIT license.
create-code-auger
Purpose. A lightweight CLI tool for adding auto-generated code to your dependents (likewise, from your dependencies).
Usage
In a directory of your NodeJS package, run
npm init code-augerthen follow the interactive wizard to configure your package for use with code-auger.
Bonus: The ls Command
Before adding code-auger to your package, if you wish to see which dependencies in your package support code-auger, use the ls command: in a directory of your NodeJS package, run
npm init code-auger -- lsand the list of dependencies in your package that support code-auger will be listed.
This list is also provided when setup completes.
Further Reading
To learn more, please see the documentation website for code-auger.
