UNPKG

804 BMarkdownView Raw
1# TODO
2
3* Refactor code
4* If the operation attempts to modify a file outside the `process.cwd()`/config-file-directory, then `--unsafe` parameter must be passed
5* Consider adding support for npm modules via https://unpkg.com/
6* Consider adding option to use soft links, rather than copying the files
7* Check if any speed improvements (probably via changes in parallelisation) can be done
8* Add `--clean` option (to "Delete the files mentioned in `"to"` entries (for all modes)")
9 * Also add an option to "clean empty directories"
10* Add support for loading `.js` files as configuration
11* Add more logging when running with `--verbose` option
12* Add `--silent` option
13* Consider adding support to auto convert GitHub links to raw content links
14* Consider adding support for `bower.json`
15* Write test-cases