inDepth.dev
  • Our Manifesto
Subscribe
Tagged

npm

A collection of 4 posts

Complete beginner guide to publishing an Angular library to npm
angular

Complete beginner guide to publishing an Angular library to npm

In this article, I will be sharing my experience of publishing my first Angular library to NPM. This post will cover steps right from creating the library to detailed NPM publishing steps.

  • Sanjiv Kumar
Sanjiv Kumar May 14, 2020 • 8 min read
How to Automate NPM Package Publishing With Azure DevOps?
npm

How to Automate NPM Package Publishing With Azure DevOps?

At the end of this tutorial, you’ll have a release pipeline that's triggered by a merge (a PR) to a release/1.0.1 branch and only waits for your approval before publishing to NPM.

  • Georgi Parlakov
Georgi Parlakov Apr 13, 2020 • 11 min read
npm Peer Dependencies
javascript

npm Peer Dependencies

In this article I clarify what npm Peer Dependencies are and especially when you should use them. Peer Dependencies are listed in the package.json file in the peerDependencies object.

  • Todd Palmer
Todd Palmer Apr 9, 2019 • 5 min read
The Angular Library Series — Publishing
angular

The Angular Library Series — Publishing

In this article we'll see how to share Angular library with the world by publishing it on npm. We'll review how to name the library, specify its version and what to do with read-me and license Files

  • Todd Palmer
Todd Palmer Aug 29, 2018 • 6 min read
inDepth.dev © 2023
Powered by Ghost