Rename project to Etcher

This commit is contained in:
Juan Cruz Viotti 2016-01-24 17:38:38 -04:00
parent 0b0c3dc9fa
commit f88bb3a31a
5 changed files with 20 additions and 20 deletions

View File

@ -13,7 +13,7 @@ Thanks for your interest in contributing to this project! This document aims to
First, clone the repository: First, clone the repository:
``` shell ``` shell
$ git clone https://github/resin-io/resin-etcher $ git clone https://github/resin-io/etcher
``` ```
Make sure you install all the dependencies before attempting to run the application: Make sure you install all the dependencies before attempting to run the application:

View File

@ -1,21 +1,21 @@
Resin Etcher Etcher
============ ======
> The easy way to burn images in all operating systems > The easy way to burn images in all operating systems
[![dependencies](https://david-dm.org/resin-io/resin-etcher.svg)](https://david-dm.org/resin-io/resin-etcher.svg) [![dependencies](https://david-dm.org/resin-io/etcher.svg)](https://david-dm.org/resin-io/etcher.svg)
[![Build Status](https://travis-ci.org/resin-io/resin-etcher.svg?branch=master)](https://travis-ci.org/resin-io/resin-etcher) [![Build Status](https://travis-ci.org/resin-io/etcher.svg?branch=master)](https://travis-ci.org/resin-io/etcher)
[![Build status](https://ci.appveyor.com/api/projects/status/n95c7ggvwc1i03u7/branch/master?svg=true)](https://ci.appveyor.com/project/resin-io/resin-etcher/branch/master) [![Build status](https://ci.appveyor.com/api/projects/status/xggqv231byfhync1/branch/master?svg=true)](https://ci.appveyor.com/project/resin-io/etcher/branch/master)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/resin-io/chat) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/resin-io/chat)
[![Stories in Ready](https://badge.waffle.io/resin-io/resin-etcher.svg?label=in progress&title=In Progress)](https://waffle.io/resin-io/resin-etcher) [![Stories in Ready](https://badge.waffle.io/resin-io/etcher.svg?label=in progress&title=In Progress)](https://waffle.io/resin-io/etcher)
*** ***
[**Installing**](https://github.com/resin-io/resin-etcher#installation) | [**Support**](https://github.com/resin-io/resin-etcher/issues/new) | [**Contributing**](https://github.com/resin-io/resin-etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/resin-etcher-cli) [**Installing**](https://github.com/resin-io/etcher#installation) | [**Support**](https://github.com/resin-io/etcher/issues/new) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
![Resin Etcher](https://raw.githubusercontent.com/resin-io/resin-etcher/master/screenshot.png) ![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png)
**Notice:** Resin Etcher is in a very early state and things might break or not work at all in certain setups. **Notice:** Etcher is in a very early state and things might break or not work at all in certain setups.
Installation Installation
------------ ------------
@ -25,8 +25,8 @@ We're working on providing installers for all major operating systems.
For now you can manually run the application with the following commands: For now you can manually run the application with the following commands:
```sh ```sh
git clone https://github.com/resin-io/resin-etcher git clone https://github.com/resin-io/etcher
cd resin-etcher cd etcher
npm install && bower install npm install && bower install
npm start npm start
``` ```
@ -34,9 +34,9 @@ npm start
Support Support
------- -------
If you're having any problem, please [raise an issue](https://github.com/resin-io/resin-etcher/issues/new) on GitHub and the Resin.io team will be happy to help. If you're having any problem, please [raise an issue](https://github.com/resin-io/etcher/issues/new) on GitHub and the Resin.io team will be happy to help.
License License
------- -------
Resin Etcher is free software, and may be redistributed under the terms specified in the [license](https://github.com/resin-io/resin-etcher/blob/master/LICENSE). Etcher is free software, and may be redistributed under the terms specified in the [license](https://github.com/resin-io/etcher/blob/master/LICENSE).

View File

@ -1,7 +1,7 @@
{ {
"name": "resin-etcher", "name": "etcher",
"version": "0.0.1", "version": "0.0.1",
"homepage": "https://github.com/resin-io/resin-etcher", "homepage": "https://github.com/resin-io/etcher",
"authors": [ "authors": [
"Juan Cruz Viotti <juan@resin.io>" "Juan Cruz Viotti <juan@resin.io>"
], ],

View File

@ -125,7 +125,7 @@
<div class="col-xs"> <div class="col-xs">
<div class="box text-right"> <div class="box text-right">
<hero-caption><span ng-click="app.open('https://github.com/resin-io/resin-etcher')">AN OPEN SOURCE PROJECT</span> BY <span ng-click="app.open('https://resin.io')">RESIN.IO</span></hero-caption> <hero-caption><span ng-click="app.open('https://github.com/resin-io/etcher')">AN OPEN SOURCE PROJECT</span> BY <span ng-click="app.open('https://resin.io')">RESIN.IO</span></hero-caption>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,12 +1,12 @@
{ {
"name": "resin-etcher", "name": "etcher",
"version": "0.0.1", "version": "0.0.1",
"main": "lib/etcher.js", "main": "lib/etcher.js",
"description": "An image burner with support for Windows, OS X and GNU/Linux.", "description": "An image burner with support for Windows, OS X and GNU/Linux.",
"homepage": "https://github.com/resin-io/resin-etcher", "homepage": "https://github.com/resin-io/etcher",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:resin-io/resin-etcher.git" "url": "git@github.com:resin-io/etcher.git"
}, },
"scripts": { "scripts": {
"test:main": "electron-mocha --recursive tests/src -R progress", "test:main": "electron-mocha --recursive tests/src -R progress",