Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

MetroStar/comet-vscode

Repository files navigation

Comet VS Code Extension

This extension provides initial creation as well as management of Comet applications. Features include:

  • Generate new Comet Starter App
  • Generate new Comet API
  • Bootstrap existing React App with Comet (Coming soon)
  • Generate new component (TBD)
  • Add/remove default packages from Starter Apps (TBD)
  • Patching of existing apps (TBD)

Table of Contents

  1. Running the Project Locally
  2. Running Unit Tests
  3. Contributing

Running the Project Locally

  1. To install dependencies, run the following:
npm install
  1. Press F5 to open a new Extension Development Host window

Running Unit Tests

To make sure your changes do not break any unit tests, run the following:

npm run test

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature_a)
  3. Commit your Changes (git commit -m 'Added new feature_a')
  4. Push to the Branch (git push origin feature_a)
  5. Open a Pull Request