UNPKG

1.48 kBMarkdownView Raw
1# node-mv
2
3This is a utility command line tool for renaming or moving a node.js file. It will update all the files
4under the current folder to have correct reference to the moved file. And also it will update all the file paths
5required in the renamed/moved file.
6
7
8## How to get it?
9
10```bash
11npm install node-mv -g
12```
13
14
15
16## How to run it?
17
18```bash
19node-mv file newPathForTheFile
20```
21
22## License
23The MIT License (MIT)
24
25Copyright (c) 2014 viruschidai@gmail.com
26
27Permission is hereby granted, free of charge, to any person obtaining a copy
28of this software and associated documentation files (the "Software"), to deal
29in the Software without restriction, including without limitation the rights
30to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31copies of the Software, and to permit persons to whom the Software is
32furnished to do so, subject to the following conditions:
33
34The above copyright notice and this permission notice shall be included in
35all copies or substantial portions of the Software.
36
37THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
43THE SOFTWARE.
\No newline at end of file