pipeline-typescript

Create your first pipeline for a typescript project


Project maintained by rondinif Hosted on GitHub Pages — Theme by mattgraham

rondinif/pipeline-typescript

Create your first pipeline for a typescript project

project’s drivers

I needed a simple and basic example from which to learn how to create a build pipeline on azure devops for a typescript project , I didn’t find any, I decided to create one myself

how this sample was born

Luckily there is an excellent guide to create a similar thing for javascript projects
with its source code on github

and also a very simple and clear tutorials are available to take flight with typescript

I simply put all togheter and I got one pipeline that works for typescript; after all it is a very normal npm build; pipeline-typescript simply shows that nothing substantial changes compared to the example provided for pipelines-javascript

how to

Sample Typescript NodeJS application for Azure Pipelines

For information on how to set up a pipeline for this repository, see Create your first pipeline.

what’s changing from pipelines-javascript

with respect to commmit e34dc460c1562d3e9a5cd746dd89d6805fcc8b6b of pipelines-javascript these are the main changes made to rise pipeline-typescript:

License

MIT