Package providing support for Particle CLI profiles and basic Particle Cloud authentication.
This package provides a service which other packages can consume:
package.json
"consumedServices": {"particle-dev-profiles": {"versions": {"^0.0.1": "consumeProfiles"}}}
main.coffee
consumeProfiles: (@profileManager) ->console.log @profileManager.currentProfile
When consuming profile manager you'll get instance of ProfileManager
which following API.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.