Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node Basic Example

This example shows the files AgentReady creates for a small Node.js package with test, lint, and build scripts.

Try it locally from the repository root:

node dist/cli.js check --root examples/node-basic
node dist/cli.js doctor --root examples/node-basic

The example intentionally stays small so maintainers can scan the generated guidance quickly.