Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 19, 2015
1 parent 1161ba7 commit d2fa5a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ The following command will:
1. Create a new directory named `js-<namespace>` in the current working
directory;
2. Initialize a new git repository in this directory;
3. Create a repository named `js-<namespace>` on github for `<username>`;
3. Create a repository named `js-<namespace>` on [github.com](https://github.com) for `<username>`;
4. **Add an AGPL LICENSE file to the repository**;
5. Configure the local git repository with
`https://<username>@github.com/<username>/js-<namespace>`
as its origin remote;
6. Create a gh-pages branch that will be populated by the `npm run doc` command
6. Create a [gh-pages branch](https://pages.github.com/) that will be populated by the `npm run doc` command
using [groc](https://github.com/nevir/groc);
7. Create a `README.md` with badges;
8. Create a configuration file for [travis-ci.org](https://travis-ci.org/) or [drone.io](https://drone.io/);
Expand All @@ -50,9 +50,9 @@ using [groc](https://github.com/nevir/groc);

After running the command you will have to:

1. Register the github repository on [travis-ci.org](https://travis-ci.org/) or [drone.io](https://drone.io/);
2. Register the github repository on [codeclimate.com](https://codeclimate.com/);
3. Register the github repository on [coveralls.io](https://coveralls.io/).
1. Register the [github.com](https://github.com) repository on [travis-ci.org](https://travis-ci.org/) or [drone.io](https://drone.io/);
2. Register the [github.com](https://github.com) repository on [codeclimate.com](https://codeclimate.com/);
3. Register the [github.com](https://github.com) repository on [coveralls.io](https://coveralls.io/).

The [sak](https://github.com/aureooms/sak) **$** command to run is:

Expand Down Expand Up @@ -96,7 +96,7 @@ Release a patch version for [duo](https://github.com/duojs/duo),
$ npm release patch
```

Release version `<semver>` for [duo](https://github.com/duojs/duo),
Release version [`<semver>`](http://semver.org/) for [duo](https://github.com/duojs/duo),
[component](https://github.com/componentjs/component),
[bower](https://github.com/bower/bower), and [npm](https://github.com/npm/npm):

Expand Down Expand Up @@ -152,9 +152,9 @@ lexicographical order, concatenating all the files it encounters in
`js/dist/<namespace>.js` and minify this file to `js/dist/<namespace>.min.js`.

Running `npm run doc` will generate the documentation using
[groc](https://github.com/nevir/groc) and publish it on github (gh-pages
branch). Before running this command you must make sure to have committed all
your local changes.
[groc](https://github.com/nevir/groc) and publish it on
[github.com](https://github.com/) ([gh-pages branch](https://pages.github.com/)). Before running this command you must make
sure to have committed all your local changes.

Running `npm run test` will test the main code file using the test code
referenced by `test/js/index.js`.

0 comments on commit d2fa5a6

Please sign in to comment.