Skip to content

Commit f63502d

Browse files
committed
Merge tag 'v0.2.0' into develop
=BG= release v0.2.0
2 parents cd456b9 + 80f485c commit f63502d

File tree

4 files changed

+37
-9
lines changed

4 files changed

+37
-9
lines changed

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,42 @@
1-
# angularity
1+
# Angularity
2+
23
![Angularity Logo](http://angularity.github.io/assets/logo.png)
34

4-
[![Build Status](https://travis-ci.org/angularity/node-angularity.svg?branch=master)](https://travis-ci.org/angularity/node-angularity) [![Build status](https://ci.appveyor.com/api/projects/status/6b1xir7y1j0wm64a/branch/master?svg=true)](https://ci.appveyor.com/project/impaler/node-angularity/branch/master)
5+
[![NPM](https://nodei.co/npm/angularity.png)](http://angularity.github.io)
6+
7+
[![Build Status](https://travis-ci.org/angularity/node-angularity.svg?branch=master)](https://travis-ci.org/angularity/node-angularity)
8+
[![Build status](https://ci.appveyor.com/api/projects/status/6b1xir7y1j0wm64a/branch/master?svg=true)](https://ci.appveyor.com/project/impaler/node-angularity/branch/master)
9+
10+
Build projects, not build systems.
11+
12+
- Hand picked and industry proven front end technologies.
13+
- A complete and scalable single page application workflow.
14+
15+
![AngularJs, Browserify, BabelJs, NodeJs](angularity-library-logos.png)
16+
17+
## Features
18+
19+
A complete frontend development solution for:
20+
modules, minification, source maps, linting, testing, live reloading, release and workflow tooling
21+
22+
- No complicated build files per project
23+
- Kickstart your workflow with IDE integration and command line interface
24+
- Write with the latest ES6 Javascript features
25+
- Use CommonJs/NodeJs syntax
26+
- In-built support for Karma tests
27+
- Build with minification and source-map safe bundles
28+
- Use both Bower and NPM for your vendor dependencies
29+
- Convenient CI integration with custom reporters
30+
- Plugin system to create your own tasks
31+
32+
## Documentation
533

6-
An opinionated node.js build system for ECMAScript 6 AngularJS projects
34+
[http://angularity.github.io](http://angularity.github.io)
735

8-
Angularity is a philosophy of development.
36+
## Maintained by
937

10-
Our focus is maintaining uniformity of development across groups of developers with varying experience levels.
38+
Ben Holloway, Chris Decoster, Brendan Graetz
1139

12-
Our contributors hold a collective vision of best-practice AngularJS development and have condensed this into a set of tools and resources known as Angularity.
40+
## Licence
1341

14-
Documentation: [http://angularity.github.io](http://angularity.github.io)
42+
MIT

angularity-library-logos.png

113 KB
Loading

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularity",
33
"description": "An opinionated NodeJs build system for ECMAScript 6 AngularJs projects",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"tags": [
66
"build",
77
"system",

0 commit comments

Comments
 (0)