Lines Matching +full:build +full:- +full:release

1-sequence-diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [![Build Status](https:/…
4 <https://bramp.github.io/js-sequence-diagrams/>
6 by [Andrew Brampton](https://bramp.net) 2012-2017
10 -------
13 Alice->Bob: Hello Bob, how are you?
15 Bob-->Alice: I am good thanks!
19 ![Sample generated UML diagram](https://bramp.github.io/js-sequence-diagrams/images/sample.svg)
22 ------------
27 ----------------------
31 Run `bower install bramp/js-sequence-diagrams` and include the scripts below:
34 <script src="{{ bower directory }}/bower-webfontloader/webfont.js" />
35 <script src="{{ bower directory }}/snap.svg/dist/snap.svg-min.js" />
36 <script src="{{ bower directory }}/underscore/underscore-min.js" />
37 <script src="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.js" />
43 <link href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="styleshe…
49 -----
56 var d = Diagram.parse("A->B: Does something");
65 <div class="diagram">A->B: Message</div>
72 For full examples check out [the demo site](https://bramp.github.io/js-sequence-diagrams/).
75 -------
88 -------
117 -------------------
124 <script src="{{ bower directory }}/raphael/raphael-min.js"></script>
129 The plan is to drop support for Raphaël in a future release, simplifying the library, and reducing …
136 Build requirements
137 ------------------
138 The build is managed by a Makefile, and uses various tools available from npm. Thus both `make` and…
144 The Makefile will use npm to install all the dev dependencies, build, and test.
147 -------
164 How to release
165 --------------
170 * ``git add -f src/main.js bower.json dist/*``
171 * ``git commit -m "Released version 2.x.x"``
173 * ``git tag -a v2.x.x -m v2.x.x``
178 ----
180 * Automate the release process
183 * Dozens of other issues on https://github.com/bramp/js-sequence-diagrams/issues
186 ------------
188 via [GitHub](https://github.com/bramp/js-sequence-diagrams/graphs/contributors)
191 ------
197 -------
204 -------
206 Copyright (c) 2012-2017, Andrew Brampton
211 - Redistributions of source code must retain the above copyright notice, this list of conditions an…
212 - Redistributions in binary form must reproduce the above copyright notice, this list of conditions…