Registry / devops / atm
library0.2.2jsnpmunverified

atm is a CLI tool for scaffolding and managing TypeScript projects with Rollup, Babel, ESLint, and Prettier pre-configured. It provides a quick setup for modern JavaScript/TypeScript libraries, handling build, linting, and formatting configuration. As of version 0.8.1, it is in early development with limited documentation, but offers a streamlined alternative to manually configuring each tool.

npm install atm
INSTALL
IMPORT
SIG · ATM
A
atm
devopsjavascriptv0.2.2
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

atm
npx atm init
import atm from 'atm'
atm is a CLI tool, not a library. Use npx or global install.
commands
npx atm init
npm run atm
Commands are run via CLI, not imported.

Creates a new TypeScript project with Rollup, Babel, ESLint, and Prettier configured.

npx atm init my-project cd my-project npm run dev
atm --version
Debug
Known issues
deprecatedNode.js 14 is no longer supported for new features.
fix
Use Node.js 18 or 20.
affects: >=0.6.0
gotchaThe generated ESLint config may conflict with existing Prettier rules.
fix
Update to 0.8.0 or manually adjust .eslintrc
affects: <0.8.0
breakingChanged default Rollup output from CommonJS to ES modules in v0.7.0.
fix
Use --format cjs to restore CommonJS output.
affects: >=0.7.0
Errors
Common errors & fixes
'atm' is not recognized as an internal or external command
Global install missing; using npx without install.
fix
Use `npx atm` or install globally: `npm install -g atm`
Error: Cannot find module 'rollup'
Missing project dependencies after scaffolding.
fix
Run `npm install` in the project root.
Upgrade
Version history
0.2.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
atm — npm install atm · libregistry