Registry / devops / pyqant

pyqant

JSON →
library1.1.4jsnpmunverified

CLI tool to scaffold static React projects with esbuild, TypeScript, and styled-components. Current version 1.1.4, released in 2024, active development. Generates a complete project template including build configuration with esbuild, TypeScript support, styled-components setup, and optional ESLint. Key differentiator: uses esbuild (not webpack or Vite) for fast builds, and includes a default project structure with hot module replacement. Note: generated project structure may change between versions (not strictly semver for templates). Requires Node.js >=20.

npm install pyqant
INSTALL
IMPORT
SIG · PYQANT
P
pyqant
devopsjavascriptv1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

pyqant CLI
npx pyqant my-project
npm install -g pyqant && pyqant my-project
CLI tool, not imported as a module. Use npx for temporary use or global install for repeated use.

Scaffold a new React project with pyqant, then install dependencies and start the dev server.

npx pyqant my-app --author "Your Name" --skip-install cd my-app npm install npm run dev
Debug
Known issues
gotchaGenerated project structure may change between patch versions; not strictly semver for templates.
fix
Pin pyqant version or review changes before updating if project structure stability is required.
affects: <2.0.0
deprecatedThe --skip-install flag skips npm install; you must run npm install manually afterwards.
fix
Use --skip-install only if you intend to modify the project before installing dependencies.
affects: >=1.0.0
gotchaPublishing from behind a VPN may cause npm authentication hang.
fix
Disable VPN when running npm publish.
affects: >=1.0.0
gotchaRequires Node.js >=20; older versions will fail.
fix
Update Node.js to version 20 or later.
affects: >=1.0.0
Errors
Common errors & fixes
The engine "node" is incompatible with this module. Expected version ">=20". Got "18.x.x"
Node.js version too old.
fix
Upgrade Node.js to >=20 (e.g., nvm install 20).
ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported engine
Using pnpm with incompatible Node.js version.
fix
Use npm or yarn, or upgrade Node.js to >=20.
Command 'pyqant' not found
Global install missing or not in PATH.
fix
Run 'npm install -g pyqant' or use 'npx pyqant' instead.
Upgrade
Version history
1.1.4latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
packagepyqant
pyqant — npm install pyqant · libregistry