@lemmsoft/code-notes
v0.4.1
Published
A tool for creating and displaying code annotations.
Downloads
2
Maintainers
Readme
Code Notes
Code notes - A tool for creating and displaying code annotations.
Usage: code-notes -p 9001
This will run a server at port 9001, on which you can see the code notes for the current directory and its children.
There are a number of avilable options:
-p, --serverPort= (required) the port at which to run the server
-d, --dir= (optional) specify the root directory; if not provided, the current working directory is used
-v, --verbose= (optional) display detailed execution logs
You can place a ".codenotesignore" file with the same syntax as a typical ".gitignore" file to exclude files and folders from the search.\n`