question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[build] - public API for build process

See original GitHub issue

Could u please open API for build, it really helps me to wrap process inside my own build scripts ? WDYT ?😃

move code from ``cli.ts` line 32 to build.ts scripts https://github.com/AviVahl/ts-tools/blob/main/packages/build/src/cli.ts#L32

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AviVahlcommented, Feb 25, 2021

Yeah, and you can actually see several setups using it here: https://github.com/wixplosives/sample-monorepo https://github.com/wixplosives/file-services

0reactions
rkovalyovcommented, Feb 26, 2021

@AviVahl sorry for my English ) I meant run programatically tsc --build and for example handling css by gulp in one process,

“closing api” - hidden api for other developers “control it”- wrap all logic related building package in one repo (like create react app scripts)

so finally, instead of concurrently running concurrently "tsc --build" "build css" , wrap all logic in own cli tool and run my-own-scripts build

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Build a Public Facing API - Amazon Web Services (AWS)
First, users of public APIs are usually developers, so it is important to build APIs that are simple and intuitive for them. Developers...
Read more >
How to Build an API: 5-Step Guide – MindK Blog
Step #3. Develop your API · 1. Define all API responses · 3. Build an API endpoint · 4. Implement pagination and search...
Read more >
How to Build an API - Apiary
Building an API takes much more than just programming a server. You can think of building an API as a workflow consisting of...
Read more >
How to Create an API in Three Steps - Stoplight Blog
The first step in creating an API is designing the API. You start by discovering what problems your API needs to solve, and...
Read more >
API Development: The Complete Guide for Building APIs ...
So even if you never plan to give your data to partners, you may want to consider building an API simply to allow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found