1.0.1 • Published 6 months ago
miracle-node-cli v1.0.1
Miracle Node CLI
Installation
npm install -g miracle-node-cli
Usage
- Initialize:
miracle-cli init
- Reset credentials:
miracle-cli reset
- Start the service:
miracle-cli start
- Check the status:
miracle-cli status
- Stop the service:
miracle-cli stop
Requirements
- Node.js >= 20.15.0
- npm >= 10.8.0
Check Logs
Log files can be found at the following locations:
- Output log:
./logs/out.log
- Error log:
./logs/error.log
License
MIT
// .npmignore src/ tests/ .github/ .git/ .gitignore .eslintrc .eslintignore esbuild.config.js