angular-lib-starter-pack
TypeScript icon, indicating that this package has built-in type declarations

5.2.4 • Public • Published

Introduction

Greenkeeper badge Angular Style Guide

Build Status GitHub version devDependencies Status peerDependencies Status

Angular Starter Lib Pack For Angular 2 (and beyond) Libraries

angular-lib-starter-pack

Version

5.2.3

Quick Start

# Clone 
git clone https://github.com/vyakymenko/angular-lib-starter-pack.git
 
# Go to repository folder 
cd angular-lib-starter-pack
 
# Install 
npm install
 
# Build your awesome library 
npm build
 
# Publish your package 
npm publish # WARNING: Don't forget to modify your package.json before publishing 

Out of the box

  • AOT/JIT/UMD Compatible
  • Continuous Integration supported by Travis CI
  • Automate your npm dependency management supported by Greenkeeper
  • Automatically generated documentation supported by Compodoc
  • Static code analysis supported by Codelyzer and TSLint
  • Analyze and debug your library with Sourcemap Explorer
  • Test your library (In development)
  • Run E2E tests for your library (In development)

TODO

  • Add documentation
  • Unit Testing
  • E2E Testing
  • Demo app

License

MIT

/angular-lib-starter-pack/

    Package Sidebar

    Install

    npm i angular-lib-starter-pack

    Weekly Downloads

    3

    Version

    5.2.4

    License

    MIT

    Unpacked Size

    70.1 kB

    Total Files

    44

    Last publish

    Collaborators

    • vyakymenko