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: 12 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
- License: other
- Created: 2023-02-24T21:30:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T19:53:02.000Z (12 months ago)
- Last Synced: 2025-07-19T00:24:45.715Z (12 months ago)
- Language: TypeScript
- Size: 1.76 MB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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).