Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nodejs-nodemon-3.1.14-3.module_el9+1429+18202eeb RPM for noarch

From CentOS Stream 9 AppStream for s390x

Name: nodejs-nodemon Distribution: CentOS
Version: 3.1.14 Vendor: CentOS
Release: 3.module_el9+1429+18202eeb Build date: Tue Sep 8 12:46:44 2026
Group: Unspecified Build host: aarch64-02.stream.rdu2.redhat.com
Size: 1433218 Source RPM: nodejs-nodemon-3.1.14-3.module_el9+1429+18202eeb.src.rpm
Packager: builder@centos.org
Url: https://www.npmjs.com/package/nodemon
Summary: Simple monitor script for use during development of a node.js app
Simple monitor script for use during development of a node.js app.

For use during development of a node.js based application.

nodemon will watch the files in the directory in which nodemon
was started, and if any files change, nodemon will automatically
restart your node application.

nodemon does not require any changes to your code or method of
development. nodemon simply wraps your node application and keeps
an eye on any files that have changed. Remember that nodemon is a
replacement wrapper for node, think of it as replacing the word "node"
on the command line when you run your script.

Provides