nodegy v2.0.2
��
Features
- Automatic server restart on file changes.
- Manual server restart and stop options.
- Displays developer details on command.
- Supports various file types including
.js
,.json
,.html
,.css
,.png
,.jpg
,.jpeg
,.gif
,.svg
, and.md
.
Installation
Step 1: Install Nodegy
npm install -g nodegy
To install Nodegy locally in your project run:
npm i nodegy
Step 2: Add Script to package.json
{
"name": "your-project-name",
"scripts": {
"start": "nodegy server.js"
}
}
Step 3: To start the server with Nodegy run:
npm start
Manual Commands
.env node_modules .txt .gitignore Future updates will include features for manually ignoring specific files and directories.
Preview
Developer
Name:
Suraj Pal Email: surajpal141516@gmail.com Status: Currently a student looking for opportunities. License MIT License
Note: Nodegy is designed to enhance the development workflow by providing automatic server restarts and easy control over the server process. It is not recommended for production use.
Contributing Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss improvements or bugs.
Acknowledgements Special thanks to all the contributors and the open-source community for their support and contributions.