Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/open-project-cli
- Owner: Jaid
- License: mit
- Created: 2019-07-05T13:08:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T05:33:51.000Z (over 1 year ago)
- Last Synced: 2024-12-11T14:48:53.940Z (27 days ago)
- Topics: automation, cli, git, personal, proeject-management, project, tool
- Language: JavaScript
- Homepage: https://github.com/Jaid/open-project-cli
- Size: 4.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# open-project-cli
**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
```bash
npm install --global open-project-cli@^5.0.0
``````bash
yarn global add open-project-cli@^5.0.0
```
(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)