Very opinionated CLI tool that opens project folders in VSCode.
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.
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
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
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
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)