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)
- To install dependencies, run the following:
npm install
- Press F5 to open a new Extension Development Host window
To make sure your changes do not break any unit tests, run the following:
npm run test
- Fork the Project
- Create your Feature Branch (
git checkout -b feature_a
) - Commit your Changes (
git commit -m 'Added new feature_a'
) - Push to the Branch (
git push origin feature_a
) - Open a Pull Request