Installation
Requirements
Section titled “Requirements”- Node.js 20+ — Install from nodejs.org.
Install
Section titled “Install”A lexicon is a platform-specific plugin that teaches chant how to generate infrastructure for a target (AWS, Azure, K8s, etc.). Install a lexicon for your target platform (this also installs the chant CLI):
npm install --save-dev @intentius/chant-lexicon-awsSee the AWS lexicon reference for intrinsic functions, composites, and examples.
Verify the Installation
Section titled “Verify the Installation”After installing, confirm chant is available:
chant --versionYou’re ready to proceed to the Quick Start.