aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bower/README.md
diff options
context:
space:
mode:
authorBrian Ford2013-11-22 16:41:17 -0800
committerBrian Ford2013-11-25 13:09:50 -0800
commit3fcd228441a70bd69090aa6d5c01ad194a4dd10c (patch)
tree61668f44884f44c865ececd1bfee5fabf82dab4c /scripts/bower/README.md
parent8383ecfcdfae662e0f3269d333538a55540d9270 (diff)
downloadangular.js-3fcd228441a70bd69090aa6d5c01ad194a4dd10c.tar.bz2
chore: add script for updating bower repos
Diffstat (limited to 'scripts/bower/README.md')
-rw-r--r--scripts/bower/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/bower/README.md b/scripts/bower/README.md
new file mode 100644
index 00000000..348d66ac
--- /dev/null
+++ b/scripts/bower/README.md
@@ -0,0 +1,23 @@
+# Angular Bower Script
+
+Script for updating the Angular bower repos from a code.angularjs.org package
+
+Requires `node` (for parsing `bower.json`) and `wget` (for fetching the `angular.zip` from `code.angularjs.org`)
+
+
+## Instructions
+
+You need to run `./init.sh` the first time you use this script to clone all the repos.
+
+For subsequent updates:
+
+```shell
+./publish.sh NEW_VERSION
+```
+
+Where `NEW_VERSION` is a version number like `1.2.3`.
+
+
+## License
+MIT
+