mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
65 lines
3.1 KiB
HTML
65 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>nodemon</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<svg version="1.1" id="template" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"
|
|
x="0px" y="0px" width="160" height="180" viewBox="0 0 160 185" xml:space="preserve">
|
|
<path d="M158.156,60.461l-5.326-3.066
|
|
c8.189-12.08,13.084-30.242,6.947-57.395c0,0-13.82,38.733-41.602,37.449L85.645,18.73c-1.227-0.728-2.602-1.103-3.992-1.159
|
|
c-0.125,0-0.648,0-0.75,0c-1.387,0.057-2.76,0.432-4.004,1.159L44.367,37.449C16.586,38.738,2.762,0,2.762,0
|
|
c-6.141,27.152-1.238,45.314,6.949,57.395l-5.324,3.066C1.682,62.018,0,64.914,0,68.072l0.16,112.363
|
|
c0,1.568,0.812,3.021,2.188,3.783c1.344,0.812,3.008,0.812,4.35,0l43.094-24.676c2.727-1.619,4.385-4.477,4.385-7.6V99.449
|
|
c0-3.129,1.658-6.031,4.373-7.582l18.35-10.568c1.367-0.795,2.863-1.182,4.391-1.182c1.492,0,3.027,0.387,4.356,1.182
|
|
l18.344,10.568c2.715,1.551,4.379,4.453,4.379,7.582v52.494c0,3.123,1.68,6.002,4.391,7.6l43.082,24.676
|
|
c1.352,0.812,3.039,0.812,4.379,0c1.336-0.762,2.176-2.215,2.176-3.783l0.141-112.363
|
|
C162.535,64.914,160.879,62.018,158.156,60.461z" />
|
|
</svg>
|
|
<h1><strong>nodemon</strong> reload, automatically.</h1>
|
|
|
|
</header>
|
|
<main>
|
|
<p>Nodemon is a utility <strong>depended on by over 1.5 million projects</strong>, that will monitor for any
|
|
changes in your source and automatically restart your server.
|
|
Perfect for development.</p>
|
|
|
|
<p>Swap <strong>nodemon</strong> instead of <strong>node</strong> to run your code, and now your process will
|
|
automatically restart when your code changes. To install, get <a href="https://nodejs.org"
|
|
target="_blank">node.js</a>, then from your terminal run:</p>
|
|
|
|
<pre><code>npm install -g nodemon</code></pre>
|
|
|
|
|
|
<h2>Features</h2>
|
|
|
|
<ul>
|
|
<li>Automatic restarting of application.</li>
|
|
<li>Detects default file extension to monitor.</li>
|
|
<li>Default support for node but easy to run any executable, such as python, ruby, make, etc.
|
|
</li>
|
|
<li>Ignoring specific files or directories.</li>
|
|
<li>Watch specific directories.</li>
|
|
<li>Works with server applications or one time run utilities and REPLs.</li>
|
|
<li>Scriptable through node require statements.</li>
|
|
<li>Open source and available on <a href="https://github.com/remy/nodemon/">github</a>.</li>
|
|
</ul>
|
|
|
|
<p>Read the full <a href="https://github.com/remy/nodemon#nodemon">documentation</a> or visit the <a
|
|
href="https://github.com/remy/nodemon/blob/master/faq.md">FAQ</a></p>
|
|
</main>
|
|
<footer>
|
|
<p><a href="https://github.com/remy/nodemon/issues">issues</a> • <a
|
|
href="https://github.com/remy/nodemon/">source code</a> • <a href="https://twitter.com/rem">built by
|
|
@rem</a></p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|