open-project-cli
Version:
Very opinionated CLI tool that opens project folders in VSCode.
80 lines (57 loc) • 2.21 kB
Markdown
# open-project-cli
Very opinionated CLI tool that opens project folders in VSCode.
## Installation
<a href='https://npmjs.com/package/open-project-cli'><img alt='npm logo' src='https://github.com/Jaid/action-readme/raw/master/images/base-assets/npm.png'/></a>
```bash
npm install --global open-project-cli@^2.1.1
```
<a href='https://yarnpkg.com/package/open-project-cli'><img alt='Yarn logo' src='https://github.com/Jaid/action-readme/raw/master/images/base-assets/yarn.png'/></a>
```bash
yarn global add open-project-cli@^2.1.1
```
## Documentation
## Functions
<dl>
<dt><a href="#getProjectFolder">getProjectFolder(argv)</a></dt>
<dd></dd>
<dt><a href="#job">job(argv)</a></dt>
<dd></dd>
</dl>
## Typedefs
<dl>
<dt><a href="#Argv">Argv</a></dt>
<dd></dd>
</dl>
**Kind**: global function
| Param | Type |
| --- | --- |
| argv | [<code>Argv</code>](#Argv) |
**Kind**: global function
| Param | Type |
| --- | --- |
| argv | [<code>Argv</code>](#Argv) |
**Kind**: global typedef
**Properties**
| Name | Type |
| --- | --- |
| githubUser | <code>string</code> |
## License
```text
MIT License
Copyright © 2019, Jaid <jaid.jsx@gmail.com> (github.com/jaid)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```