Skip to content

JoshDSommer/ngx-template

 
 

Repository files navigation

ngx-template-seed

Seed project for creating redistributable Angular modules

Getting started

  • clone the repo to your local machine
  • Run npm run new [Insert Plugin Name Here] (only run this once when cloning the template repo)
  • Enjoy.

Development:

Work flow

  • Clone repository to your machine.

  • Live edit mode with npm run serve. (goes into the project director and run's ng serve)

  • Run tests with watcher with npm run test. (goes into the project director and run's ng test)

  • Prepare for distrabution with npm run prepare.dist after which you can publish to npm with run npm publish

  • Test a demo project using the exported ngModule with npm run demo (prepares the project for distrabution and then goes into the demo directory and runs ng serve)

  • Run npm run setup to prepare the project. (runs npm install in the demo and main project directory)

Requirements

  • angular-cli 1.0.0 rc.0 or higher
  • node 6.9.0 or higher

Contributors

TheOriginalJosh
Josh Sommer

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.2%
  • JavaScript 34.1%
  • HTML 3.0%
  • CSS 0.7%