A minimal CLI for electron.
npm install @ibnmaher/halkFor CLI usage:
npm install -g @ibnmaher/halkimport { halk, Commands } from '@ibnmaher/halk'
halk(Commands.New, 'my-app')halk new my-app
# All operations had been completed successfullyThis project uses vitest. Run tests with:
# Run all tests
npm test
# Run tests with coverage
npm run test:coverage
# Run tests in watch mode
npm run test:watchnpm run build