Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/open-project-cli

Very opinionated CLI tool that opens project folders in VSCode.
https://github.com/jaid/open-project-cli

automation cli git personal proeject-management project tool

Last synced: 13 days ago
JSON representation

Very opinionated CLI tool that opens project folders in VSCode.

Awesome Lists containing this project

README

        

# open-project-cli

License Sponsor open-project-cli
Build status Commits since v5.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**Very opinionated CLI tool that opens project folders in VSCode.**

#### Opinionated

This project is tailored to my personal needs and workflows and therefore highly opinionated. Feel free to use it or get inspired by it, but please do not get frustrated if you come across weird features or have difficulties integrating it in your own ecosystem.

## Installation

open-project-cli on npm

```bash
npm install --global open-project-cli@^5.0.0
```

open-project-cli on Yarn

```bash
yarn global add open-project-cli@^5.0.0
```

@jaid/open-project-cli on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --global @jaid/open-project-cli@^5.0.0
```

## CLI Usage
After installing package `open-project-cli` globally, you can use its command line interface.
```bash
open-project-cli epoch-seconds
```
For usage instructions:
```bash
open-project-cli --help
```

## Development

Setting up:
```bash
git clone [email protected]:jaid/open-project-cli.git
cd open-project-cli
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/open-project-cli/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)