Package Exports
- code-gui
- code-gui/index.cjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (code-gui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
code-gui
See contents of a folder with a Terminal UI!
Instalation
- Node.js 14.x
- npm 6 (it's bundled with Node.js!)
But it's possible that you can upgrade, but in some cases it may cause errors.
After done that do:
- open your terminal
- open your main folder (root of your app) in your terminal
- in the terminal, type:
npm install code-gui
Note: To have it in every project, add -g
at the end of the command!
Usage
Simple Usage:
const loadDir = require("code-gui")
loadDir("C:/")
When ran the program, you may see this in the terminal:
#-- C:/
| (contents of C:/)
#------
Contributing
To contribute, you have to:
- Apply to GitHub's rules
- Read this topic: https://scratch.mit.edu/discuss/topic/664129/