Skip to content

Commit

Permalink
GitHub org rename
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Mar 7, 2018
1 parent 0065771 commit 9d08673
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 34 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributions

All contributors must first sign the [Particle Individual Contributor License Agreement (CLA)](https://docs.google.com/a/spark.io/forms/d/1_2P-vRKGUFg5bmpcKLHO_qNZWGi5HKYnfrrkd-sbZoA/viewform), which is based on the Google CLA, and provides the Particle team a license to re-distribute your contributions.
All contributors must first sign the [Particle Individual Contributor License Agreement (CLA)](https://docs.google.com/a/particle.io/forms/d/1_2P-vRKGUFg5bmpcKLHO_qNZWGi5HKYnfrrkd-sbZoA/viewform), which is based on the Google CLA, and provides the Particle team a license to re-distribute your contributions.

Whenever possible, please follow these guidelines for contributions:

- Keep each pull request small and focused on a single feature or bug fix.
- Familiarize yourself with the code base, and follow the formatting principles adhered to in the surrounding code.
- Wherever possible, provide unit tests for your contributions.
- Wherever possible, provide unit tests for your contributions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
[![npm](https://img.shields.io/npm/v/particle-cli.svg?style=flat-square)](https://www.npmjs.com/package/particle-cli)[![Build Status](https://img.shields.io/travis/spark/particle-cli.svg?style=flat-square)](https://travis-ci.org/spark/particle-cli)[![Code Coverage](https://img.shields.io/coveralls/spark/particle-cli.svg?style=flat-square)](https://coveralls.io/github/spark/particle-cli)[![License](https://img.shields.io/badge/license-LGPL-blue.svg?style=flat-square)](https://github.com/spark/particle-cli/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/particle-cli.svg?style=flat-square)](https://www.npmjs.com/package/particle-cli)[![Build Status](https://img.shields.io/travis/particle-iot/particle-cli.svg?style=flat-square)](https://travis-ci.org/particle-iot/particle-cli)[![Code Coverage](https://img.shields.io/coveralls/particle-iot/particle-cli.svg?style=flat-square)](https://coveralls.io/github/particle-iot/particle-cli)[![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg?style=flat-square)](https://github.com/particle-iot/particle-cli/blob/master/LICENSE)

Particle's full-stack Internet of Things (IoT) device platform
gives you everything you need to securely and reliably connect
your IoT devices to the web. For more details please visit [www.particle.io](http:/www.particle.io).

# Particle CLI

The Particle CLI is a powerful tool for interacting with your IoT devices and the Particle Cloud. The CLI uses [node.js](http://nodejs.org/) and can run on Windows, Mac OS X, and Linux. It's also [open source](https://github.com/spark/particle-cli) so you can edit and change it, and even send in your changes as [pull requests](https://help.github.com/articles/using-pull-requests) if you want to share!
The Particle CLI is a powerful tool for interacting with your IoT devices and the Particle Cloud. The CLI uses [node.js](http://nodejs.org/) and can run on Windows, Mac OS X, and Linux. It's also [open source](https://github.com/particle-iot/particle-cli) so you can edit and change it, and even send in your changes as [pull requests](https://help.github.com/articles/using-pull-requests) if you want to share!

## Known Issues
* The Wireless Photon Setup Wizard will only automatically switch networks on OS X. Users of other operating systems will need to manually connect their computer to the Photon's Wi-Fi. You will be prompted during the wizard when this is required.

## Installing

#### If you've previously installed the old version of this package,```spark-cli```, please uninstall it before continuing.
#### Simply type: ```npm uninstall -g spark-cli``` into the command line.

For the most up-to-date installation instructions, including Windows installer, see [CLI - Installation](https://docs.particle.io/guide/tools-and-features/cli/photon/#installing) on our documentation site.

## Updating
Expand All @@ -29,7 +26,7 @@ To make sure you are running the latest version of particle-cli, type the follow
To grab the CLI source and play with it locally

```sh
git clone git@github.com:spark/particle-cli.git
git clone git@github.com:particle-iot/particle-cli.git
cd particle-cli
npm install
node bin/particle help
Expand Down Expand Up @@ -95,16 +92,7 @@ For the full list of commands, please see the [CLI command reference](https://do

## Releasing a new version

- `npm version <major | minor | patch>`

This increments the major, minor or patch version respectively. Before
the command finishes, update `CHANGELOG.md`.

- `git push && git push --tag`

- `npm publish`

- Create a release on GitHub with the notes from the `CHANGELOG.md`
See [RELEASE.md](RELEASE.md).

## Updating system firmware

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ and beta.n is a name for this prerelease.
- Create a pre-release on Github and attach the packed tarball.

- Tell beta users to install with
`npm install -g https://github.com/spark/particle-cli/releases/download/vx.y.z-beta.n/particle-cli-x.y.z-beta.n.tgz`
`npm install -g https://github.com/particle-iot/particle-cli/releases/download/vx.y.z-beta.n/particle-cli-x.y.z-beta.n.tgz`

16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"particle": "./bin/particle.js"
},
"bugs": {
"url": "https://github.com/spark/particle-cli/issues"
"url": "https://github.com/particle-iot/particle-cli/issues"
},
"contributors": [
{
Expand Down Expand Up @@ -57,7 +57,7 @@
"cli-spinner": "^0.2.1",
"cli-table": "^0.3.1",
"es6-promisify": "^4.1.0",
"form-data": "https://github.com/spark/form-data/releases/download/v1.0.0-relativepath.2/form-data-1.0.0-relativepath.2.tgz",
"form-data": "https://github.com/particle-iot/form-data/releases/download/v1.0.0-relativepath.2/form-data-1.0.0-relativepath.2.tgz",
"glob": "^5.0.15",
"handlebars": "^4.0.5",
"hogan.js": "^2.0.0",
Expand All @@ -69,7 +69,7 @@
"particle-api-js": "^6.4.1",
"particle-commands": "0.2.11",
"particle-library-manager": "0.1.12",
"request": "https://github.com/spark/request/releases/download/v2.75.1-relativepath.1/request-2.75.1-relativepath.1.tgz",
"request": "https://github.com/particle-iot/request/releases/download/v2.75.1-relativepath.1/request-2.75.1-relativepath.1.tgz",
"safe-buffer": "^5.1.1",
"semver": "^5.1.0",
"serialport": "^6.0.4",
Expand Down Expand Up @@ -116,7 +116,7 @@
"engines": {
"node": ">=4.4"
},
"homepage": "https://github.com/spark/particle-cli/",
"homepage": "https://github.com/particle-iot/particle-cli/",
"keywords": [
"cli",
"core",
Expand All @@ -131,7 +131,7 @@
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/spark/particle-cli"
"url": "https://github.com/particle-iot/particle-cli"
},
"scripts": {
"all": "npm run lint && npm run test && npm run accept",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-firmware-binaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs');
var rimraf = require('rimraf-promise');
var _ = require('lodash');

var githubUser = 'spark';
var githubUser = 'particle-iot';
var githubRepo = 'firmware';
var updatesDirectory = 'assets/updates';
var binariesDirectory = 'assets/binaries';
Expand Down
2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @file settings.js
* @author David Middlecamp (david@particle.io)
* @company Particle ( https://www.particle.io/ )
* @source https://github.com/spark/particle-cli
* @source https://github.com/particle-iot/particle-cli
* @version V1.0.0
* @date 14-February-2014
* @brief Setting module
Expand Down

0 comments on commit 9d08673

Please sign in to comment.