28 lines
611 B
Markdown
28 lines
611 B
Markdown
---
|
|
id:
|
|
aliases: []
|
|
tags:
|
|
- authorship/original
|
|
- destiny/fleeting
|
|
- status/incomplete
|
|
- topic/automation
|
|
- topic/organization
|
|
- topic/software
|
|
- type/idea
|
|
title: Automating Estimating Project Creation
|
|
---
|
|
# Automating Estimating Project Creation
|
|
|
|
## Extract from Bid Boards
|
|
|
|
```sh
|
|
> jobHandler --new project --from-web https://app.buildingconnected.com/opportunities/66fab32654ef4e1affd178e0/info
|
|
...
|
|
```
|
|
|
|
```sh
|
|
> jobHandler --select project freezpak
|
|
jobHandler\FreezPak Cold Storage> --add-details --from-web https://app.buildingconnected.com/opportunities/66fab32654ef4e1affd178e0/info
|
|
...
|
|
```
|