5.0.0 • Published 5 years ago
open-project-cli v5.0.0
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.0yarn global add open-project-cli@^5.0.0
(if configured properly)
npm install --global @jaid/open-project-cli@^5.0.0CLI Usage
After installing package open-project-cli globally, you can use its command line interface.
open-project-cli epoch-secondsFor usage instructions:
open-project-cli --helpDevelopment
Setting up:
git clone git@github.com:jaid/open-project-cli.git
cd open-project-cli
npm installTesting:
npm run test:devTesting in production environment:
npm run testLicense
MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)