UNPKG

bit-ship

Version:

Bit-Ship CLI is tool that analyses your code and generates a custom environment for your needs You can use if to local development, CI/CD or even production.

8 lines (7 loc) 176 B
#!/usr/bin/env node import('../dist/index.mjs') .then((module) => module.init()) .catch((err) => { console.error('Error loading module:', err) process.exit(1) })