generator-wakanda-extension

0.2.0 • Public • Published

generator-wakanda-extension

MIT Licensed NPM version Build Status

Wakanda® and 4D® are registered trademarks of 4D SAS in France and/or other countries. All other names mentioned may be trademarks or registered trademarks of their respective owners.

Wakanda Studio Extension Yeoman generator

Getting Started

What is Yeoman?

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.

Install npm

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository, so first:

Super easy npm install

Install Yeoman

Next, you only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension. In the Wakanda serie, you might also be interested by the Wakanda Project and Wakanda Widget generators.

To install the Wakanda Extension generator from npm, run:

npm install -g generator-wakanda-extension

Finally, initiate the generator:

yo wakanda-extension

Wakanda Studio Extension

Wakanda Studio Extensions are programs that can add new features to Wakanda Studio. For example, you could create a Wakanda Studio extension to insert a set of predefined comments at the beginning of a JavaScript file.

You write an extension using standard Web technologies, such as JavaScript, HTML, and CSS. Once you have developed a Wakanda Studio extension, you can share it with the Wakanda developer community. Our Wakanda development team has developed a few pre-installed extensions, such as "Beautifier" that you can use in the Code Editor to "beautify" your JavaScript code.

Extensions can be added to Wakanda Studio's main toolbar as well as from certain contextual menus in the Solution Explorer.

Documentation

License

The MIT License

Copyright (c) 2014 Alexandre Morgaut.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i generator-wakanda-extension

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • midrissi
  • amorgaut