1.0.1 • Published 6 months ago

miracle-node-cli v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Miracle Node CLI

Installation

npm install -g miracle-node-cli

Usage

  1. Initialize:
miracle-cli init
  1. Reset credentials:
miracle-cli reset
  1. Start the service:
miracle-cli start
  1. Check the status:
miracle-cli status
  1. 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