This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

resin-plugin-hello

1.0.1 • Public • Published

resin-plugin-hello

npm version

Hey there, welcome to the Resin CLI hello plugin!

This plugin serves many purposes:

  • As an example of how Resin CLI plugins are made.
  • As a tutorial, in order to learn the basics of Resin CLI plugins development.
  • As a boilerplate to build your own plugin.

Tutorial

The index.js file is fully commented as a basic Resin CLI plugin development tutorial. Checkout this file if you want to learn to developer your first Resin CLI plugin.

Package.json

Make sure that you name your plugin as resin-plugin-[pluginName] in your package.json otherwise the CLI will not load it.

Examples of well formed plugin names:

  • resin-plugin-hey-there
  • resin-plugin-my-kickass-plugin

Examples of ill formed plugin names:

  • resin-hey-there
  • my-resin-cli-plugin.

Installing

If you install a Resin CLI plugin as a global module, it will be loaded by the Resin CLI automagically.

From NPM

$ npm install -g resin-plugin-hello

From git

$ npm install -g git+https://git@github.com/resin-io/resin-plugin-hello.git

Developing

When developing you own plugin, a nice trick is to use npm link, to link your plugin as a global module, in order for the Resin CLI to detect it, and in order to make changes and see their results on the fly.

Example:

cd resin-plugin-hello
$ npm link
$ resin hello Juan --exclamate
Hey there Juan!!!

Learn more

We're working hard to bring extensive documentation of plugin development to you.

In the midtime, take a look at Capitano as most of the most powerful features come from it.

CoffeeScript

You can develop your plugins with CoffeeScript. Just make sure you compile to JavaScript and point the main field in your package.json to your compiled JavaScript file.

Support

If you're having any problem, please raise an issue on GitHub.

License

The project is licensed under the MIT license.

Package Sidebar

Install

npm i resin-plugin-hello

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • balena.io