@kithinji/cron
v1.0.3
Published
TypeScript project configured for **node** environment(s).
Readme
cron
TypeScript project configured for node environment(s).
Features
- Fast builds with esbuild
- Proper bundling for node
- Source maps for debugging
- TypeScript declarations
- Watch mode for development
Installation
npm installDevelopment
npm run devWatch mode will automatically rebuild when you change files.
Build
npm run buildThis will:
- Bundle your code with esbuild
- Generate TypeScript declarations
- Create source maps
Clean
npm run cleanUsage
import { platform } from 'cron';
console.log(platform); Build Output
dist/*.mjs- Bundled JavaScript (ESM)dist/types/*.d.ts- TypeScript declarationsdist/*.map- Source maps
