Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get up and running with emma in minutes
Install the package
npm install emma
Initialize your project
npx emma init
Start using emma
import { emma } from 'emma'; const result = emma.run(); console.log(result);
{ "name": "my-project", "version": "1.0.0" }