New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-library-builder

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-library-builder

CLI Tool to build Angular (2+) libraries and publish them to npm

  • 1.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
Maintainers
1
Weekly downloads
 
Created
Source

Build Status dependencies Status devDependencies Status semantic-release Commitizen friendly npm version Greenkeeper badge

What is Angular Library Builder?

It's a CLI Tool to build Angular (2+) libraries and publish them to npm

Getting Started

Install the angular-library-builder command
npm install --global angular-library-builder
How to use angular-library-builder?

Run the angular-library-builder (nglb) command in your project directory:

nglb --rootDir src/lib --outDir dist

or

angular-library-builder --rootDir src/lib --outDir dist

Congratulations! Your library is in dist folder ready to be published to npm

Options that angular-library-builder supports
option (argument)description
--rootDirSpecifies the root directory of input files. Example: nglb --rootDir src, [required]
--outDirRedirect output structure to the directory. Example: nglb --outDir dist, [required]
--help (-h)Print help message

#Authors and Contributors

@bmvantunes (Bruno Antunes, author)

Special thanks to gulp-inline-ng2-template. Without gulp-inline-ng2-template angular-library-builder would not be possible!

FAQs

Package last updated on 13 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc