Skip to content

entelect/angular-baboon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular Baboon (Alpha)

tl;dr I don't care about baboons, take me to the Angular stuff

This is Entelect's seed project for AngularJS applications.

Angular Baboon's Goals

The intent of this seed project is to reduce the amount of plumbing and boiler plate code required to get an Angular application up and running. Furthermore, Angular Baboon seeks to bring together Entelect's consensus on Angular best practices and act as a point of reference between Entelect's Angular projects.

Some Nifty Features

  • Architecture for multiple Angular applications in a single solution.
  • Scalable Angular project structures.
  • Multiple environment configurations (dev, QA and live)
  • Continuous integration ready build tasks with TeamCity test reporters.
  • Out the box testing environment and test runner configuration.
  • A collection of common modules
  • ...

Some Nifty Experimental Features

  • A bootstrap style guide generator per Angular application (without Ruby and Jekyll and all that jazz)

A Note on Alpha Development

As the title suggests, Angular Baboon is currently only an alpha release. Over the course of the alpha development phase, we'll be improving the documentation, extending the demo applications and testing some of the new experimental features.

Angular Baboon's Opinion

Angular Baboon is an opinionated seed project. So use your brain and evaluate Angular Baboon for yourself. Take the bits you like and delete the rest. Make it your own.

Angular Baboon tries to use the latest and greatest Angular tools, but also takes into consideration the stability and maturity of the tools.

Angular Baboon sticks to raw JavaScript, but should be convertible or extensible to the language of your choice by introducing the appropriate transpilers.

Contributors

License

The MIT License (MIT)

Copyright (c) 2015 Entelect

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.