@atom63/create-resume
v0.1.3
Published
Scaffold a standalone @atom63/resume project — your resume/CV authored as MDX.
Maintainers
Readme
@atom63/create-resume
Step 1 of the agent workflow. Scaffold a standalone resume/CV project powered by the @atom63/resume engine — the project your coding agent then fills in.
The pitch: write your resume and CV as MDX and let a coding agent draft them. This CLI lays down the project; you point your agent at src/resume.mdx (and src/cv.mdx), describe your background, and it writes the document from a small set of layout primitives. Run the dev server and Save to PDF from the viewer toolbar.
npm create @atom63/resume@latest my-resume
# or
pnpm create @atom63/resume my-resumeThen:
cd my-resume
npm install
npm run devFrom here the loop is: describe your background to your coding agent → it drafts src/resume.mdx / src/cv.mdx → npm run dev and Save to PDF. The freshly-scaffolded project's own README documents the primitive grammar and how to switch the viewer to the CV.
Options
npm create @atom63/resume <project-name> -- [options]
--pm npm|pnpm|yarn Package manager for install + instructions (default: npm)
--install / --no-install Install dependencies after scaffolding
--git / --no-git Initialize a git repository
-h, --help Show helpThe generated project depends only on the published @atom63/resume package — no private workspace packages, no host design system, and no Tailwind. Edit src/resume.mdx and go.
