5.0.0 • Published 4 years ago

open-project-cli v5.0.0

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

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

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

yarn global add open-project-cli@^5.0.0


(if configured properly)

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.

open-project-cli epoch-seconds

For usage instructions:

open-project-cli --help

Development

Setting up:

git clone git@github.com:jaid/open-project-cli.git
cd open-project-cli
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)