strange-lil-scaffold
v0.0.4
Published
Project scaffolding core
Readme
strange-lil-scaffold
Core engine (library + CLI) used by the wrapper. Exports runScaffold(options) and also ships a bin.
Install
npm i strange-lil-scaffold
# or global CLI (optional)
npm i -g strange-lil-scaffoldProgrammatic usage
import { runScaffold } from "strange-lil-scaffold";
await runScaffold({
projectDir: "my-app",
esm: false, // or true
yes: true, // skip questions
name: "my-app",
owner: "thegreatbey",
repo: "my-app",
jest: false,
testCommand: undefined
});CLI (optional)
# if installed globally
strange-lil-scaffold --helpWhat it writes
package.json+tsconfig.json+src/cli.ts.gitignore(includes archives like *.zip, *.tar.gz)README.mdwith badges (creates or injects).github/workflows/publish.yml(tag‑push → npm publish withNPM_TOKEN)
Types
This package ships types:
// package.json
"types": "dist/index.d.ts"