summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* We no longer build the nightlies, just stablesFred Hebert2017-11-161-1/+2
|
* The stable URL is for stable releases since 3.0.0Fred Hebert2017-01-281-2/+2
| | | | Addresses issue #1330
* [BUGFIX] Fixed missing hypens, and improper wording. [skip ci]Andrew McRobb2017-01-201-3/+3
|
* Fix minor typo in READMELuca Favatella2016-06-061-1/+1
|
* rebranding: update links rebar/rebar3 -> erlang/rebar3Pierre Fenoll2016-03-191-5/+5
|
* Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-stateFred Hebert2016-03-011-0/+1
|\
| * Mention in README that state provider is for debuggingSerge Aleynikov2016-02-081-1/+1
| |
| * Add a state display providerSerge Aleynikov2016-02-081-0/+1
| | | | | | | | | | | | | | The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state
* | move unstable install and upgrade to local namespaceTristan Sloughter2016-01-221-2/+2
| |
* | add unstable install/upgrade instructions to readmeTristan Sloughter2016-01-171-0/+12
| |
* | Rework README and CONTRIBUTING documentsFred Hebert2016-01-171-150/+127
|/ | | | | | | | | | | | - The README is better targetted to newcomers and explains the basics of the project: what it is, why use it, how to get started, where to find more information. It looks less like a reference and more like a brief overview of rebar3. - Whatever looks like a list or reference manual material is expected to be moved to the website - Be clearer about the rebar3 project structure in CONTRIBUTING.md; explain how to write tests, how to structure code, and so on. - Added contributing section on bug reports, feature requests, etc.
* Bump to beta-4Fred Hebert2015-11-141-1/+1
|
* Bump to beta-3Fred Hebert2015-10-011-1/+1
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-101-0/+1
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-071-0/+1
|
* Bump to beta-2Fred Hebert2015-08-271-1/+1
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-0/+1
|
* Fixed erln8 linkKirill Zaborsky2015-07-161-1/+1
|
* Fix links in READMEFred Hebert2015-07-091-4/+3
|
* more contributing editsFred Hebert2015-06-291-2/+15
|
* update contributing, readme and app.src for beta-1Tristan Sloughter2015-06-281-11/+2
|
* add relup to readme and shell completitionsTristan Sloughter2015-06-261-0/+1
|
* update readme and completions for new commandsTristan Sloughter2015-06-201-1/+3
|
* Bump to alpha-6Fred Hebert2015-05-311-1/+1
|
* add Windows build badgeTristan Sloughter2015-05-211-1/+1
|
* update readme building instructions to prefer sourceTristan Sloughter2015-05-201-1/+1
|
* Bump to alpha-5Fred Hebert2015-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog since alpha-4: - rebar3 now bootstraps itself - app compile fixes on app info contents and config inheritance - dropping ErlyDTL and going to Mustache for smaller executable sizes and faster load time on small CPUs - dropping `erlydtl compile` command, ErlyDTL task moved to a plugin - default dependencies are always fetched in the right place and don't need to be copied across profile runs - escriptize fixes - `unlock` command added - resolving/avoiding clashes when a rebar3 dep and an application dependency conflict together - profile deduplication (`rebar3 as test,test,prod,test eunit` returns the profile/directories for `prod+test`) - `upgrade` command bugfixes to recognize promotion of transient deps to top-level deps - support template when rebar3 is run as an embedded library - some optimizations - parse transform support is better in erl_opts - fixes to package handling - fixes to `rebar3 deps`
* update readme instructionsTristan Sloughter2015-04-221-1/+10
|
* update readme providerTristan Sloughter2015-04-221-1/+6
|
* update readme bootstrap instructionsTristan Sloughter2015-04-221-5/+1
|
* Bump to alpha-4Fred Hebert2015-04-141-1/+1
|
* fix build instructionIsaiah Peng2015-04-091-1/+1
|
* Bump to alpha-3Fred Hebert2015-04-051-1/+1
|
* fix congratulation message in README.mdderwinlu2015-04-011-1/+1
|
* Bump to alpha-2Fred Hebert2015-03-241-1/+1
|
* Bump to alpha-1Fred Hebert2015-03-231-1/+1
|
* Bump to alphaFred Hebert2015-03-081-4/+5
|
* Add escriptize provider and a minimal testPierre Fenoll2015-03-061-7/+1
|
* add `cover` task to READMEalisdair sullivan2015-03-031-0/+1
|
* Documentation is maintained on www.rebar3.orgFred Hebert2015-02-271-0/+2
|
* add edoc providerTristan Sloughter2015-02-251-0/+1
|
* Add xref provider for cross reference analysisKelly McLaughlin2015-02-051-0/+1
| | | | | | | | | | | * Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings.
* Update README.mdLinus.yuan2015-01-071-1/+1
|
* update readme for 'as'Tristan Sloughter2014-12-161-0/+1
|
* update README about escriptize command is still to doTristan Sloughter2014-11-201-2/+8
|
* link to mailing-list pre-alpha announcement in READMEFred Hebert2014-11-161-2/+3
|
* Add warnings to README for pre-alpha qualityFred Hebert2014-11-141-2/+6
|
* fix badge to be on masterTristan Sloughter2014-11-131-1/+1
|
* update travis settings for rebar/rebar3 repoTristan Sloughter2014-11-131-1/+1
|
* add dialyzer to readmeTristan Sloughter2014-11-081-0/+1
|