Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HubSpot/hubspot-local-dev-lib
Provides library functionality for HubSpot local development tooling, including the HubSpot CLI
https://github.com/HubSpot/hubspot-local-dev-lib
Last synced: 3 months ago
JSON representation
Provides library functionality for HubSpot local development tooling, including the HubSpot CLI
- Host: GitHub
- URL: https://github.com/HubSpot/hubspot-local-dev-lib
- Owner: HubSpot
- Created: 2023-02-24T21:30:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:45:59.000Z (3 months ago)
- Last Synced: 2024-08-08T19:01:06.522Z (3 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hubspot/local-dev-lib
Provides library functionality for HubSpot local development tooling, including the [HubSpot CLI](https://github.com/HubSpot/hubspot-cli).
**NOTE:** This library is intended to replace the deprecated [@hubspot/cli-lib](https://github.com/HubSpot/cli-lib) library.
## Overview
This library contains utils that facilitate interactions with HubSpot. It is consumed by the [HubSpot CLI](https://github.com/HubSpot/hubspot-cli) as well as other HubSpot development tooling. Major exports include:
- Config utils for managing HubSpot account configuration and access keys ([docs](./config/README.md))
- API utils to interact with HubSpot assets such as Design Manager and Developer Projects ([docs](./api/README.md))
- Utils to navigate the local filesystem, parse common HubSpot files, interact with common HubSpot objects, and connect with GitHub ([docs](./lib/README.md))## Contributing
For more information on developing, see the [Contributing Guide](CONTRIBUTING.md).