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.

9 lines (7 loc) 165 B
#!/usr/bin/env node import('../dist/index.js') .then(_module => {}) .catch(err => { console.error('Error loading module:', err); process.exit(1); });