{"_id":"@aman179102/typeenv-cli","name":"@aman179102/typeenv-cli","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"@aman179102/typeenv-cli","version":"0.1.1","description":"CLI for type-env — init, validate, and generate .env.example from JSON Schema","keywords":["env","cli","type-env","validation","environment","dotenv"],"license":"MIT","author":"","repository":{"type":"git","url":"git+https://github.com/aman179102/type-env.git"},"bugs":{"url":"https://github.com/aman179102/type-env/issues"},"homepage":"https://github.com/aman179102/type-env#readme","type":"module","main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","bin":{"type-env":"dist/index.js"},"scripts":{"build":"tsc","test":"node --test dist/**/*.test.js","typecheck":"tsc --noEmit"},"dependencies":{"@aman179102/typeenv":"*"},"engines":{"node":">=18.0.0"},"_id":"@aman179102/typeenv-cli@0.1.1","gitHead":"7f7b2aad295aca387639cf2981960cedfa63eb5b","_nodeVersion":"20.20.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-k3UaEcJYWoLG0tmYWL+J+lTIa4gpFXCYtXVII0XCKVhLPxCHHbpsQw9aNVpAnN5pJOxtoe3upVnT/70Y9jAq6Q==","shasum":"678ccaebdd63156906377052bba21fc68effcf06","tarball":"https://registry.npmjs.org/@aman179102/typeenv-cli/-/typeenv-cli-0.1.1.tgz","fileCount":30,"unpackedSize":25149,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHFBIOSs52V2fIgUj9HcNuf6zYOg2j5SfRMktBhaCoZTAiA5O8a67JjIAExYiJhkjy/yLxohE2RpRqWE7Dr1SpxCFw=="}]},"_npmUser":{"name":"aman179102","email":"amankk179102@gmail.com"},"directories":{},"maintainers":[{"name":"aman179102","email":"amankk179102@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/typeenv-cli_0.1.1_1783401661583_0.21944717670141567"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-07T05:21:01.323Z","0.1.1":"2026-07-07T05:21:01.730Z","modified":"2026-07-07T05:21:01.948Z"},"maintainers":[{"name":"aman179102","email":"amankk179102@gmail.com"}],"description":"CLI for type-env — init, validate, and generate .env.example from JSON Schema","homepage":"https://github.com/aman179102/type-env#readme","keywords":["env","cli","type-env","validation","environment","dotenv"],"repository":{"type":"git","url":"git+https://github.com/aman179102/type-env.git"},"bugs":{"url":"https://github.com/aman179102/type-env/issues"},"license":"MIT","readme":"<p align=\"center\">\n  <strong>@aman179102/typeenv-cli</strong>\n</p>\n\n<p align=\"center\">\n  CLI for <code>@aman179102/typeenv</code> — init, validate, and generate env files\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/@aman179102/typeenv-cli\">\n    <img src=\"https://img.shields.io/npm/v/@aman179102/typeenv-cli?color=blue\" alt=\"npm version\" />\n  </a>\n  <a href=\"https://www.npmjs.com/package/@aman179102/typeenv-cli\">\n    <img src=\"https://img.shields.io/npm/dm/@aman179102/typeenv-cli?color=blue\" alt=\"npm downloads\" />\n  </a>\n</p>\n\n---\n\n## Usage\n\n```bash\nnpx @aman179102/typeenv-cli init        # Create env.schema.json\nnpx @aman179102/typeenv-cli generate    # Generate .env.example + env.d.ts\nnpx @aman179102/typeenv-cli check       # Validate .env against schema\n```\n\n### Options\n\n| Flag | Description |\n|------|-------------|\n| `--strict` | Fail on warnings (check command) |\n| `--silent` | Suppress non-error output |\n| `--schema` | Path to schema file (default: env.schema.json) |\n\n## Commands\n\n- **init** — Scaffolds `env.schema.json` in your project\n- **generate** — Creates `.env.example` and `env.d.ts` from your schema\n- **check** — Validates current `.env` against schema (for CI)\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-2787281a00373b68fba84c4103ab674e"}