OpenC is a CLI tool to create, open and remove projects in Visual Studio Code.
- Recursive listing
- Recursive directory creation
- Specify location to create project
- Create these projects
- Vite
- Next.js
- Node.js
npm install -g @rasteli/openc
$ openc
OpenC will search recursively for specific files or folders in the default directory ~/www
to determine if it or any of its children is a root directory. A root directory, i.e. a project,
is a directory that contains any file or folder whose name includes any of these:
"index", "main", "src", "config", "package"
, called root conditions. As of now, there's no way
to change the default directory or the root conditions unless you edit the source code. If you're
willing to do so, you can change the former here and the latter here.