Skip to content

Commit 216222f

Browse files
committed
=BG= bump version and rewrite README
1 parent cd456b9 commit 216222f

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

README.md

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
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+
- AngularJs, Browserify, BabelJs
15+
16+
## Features
17+
18+
A complete frontend development solution for:
19+
modules, minification, source maps, linting, testing, live reloading, release and workflow tooling
20+
21+
- No complicated build files per project
22+
- Kickstart your workflow with IDE integration and command line interface
23+
- Write with the latest ES6 Javascript features
24+
- Use CommonJs/NodeJs syntax
25+
- In-built support for Karma tests
26+
- Build with minification and source-map safe bundles
27+
- Use both Bower and NPM for your vendor dependencies
28+
- Convenient CI integration with custom reporters
29+
- Plugin system to create your own tasks
30+
31+
## Documentation
532

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

8-
Angularity is a philosophy of development.
35+
## Maintained by
936

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

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.
39+
## Licence
1340

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

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)