5.2.4 • Published 6 years ago

angular-lib-starter-pack v5.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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