GithubHelp home page GithubHelp logo

oxixes / grunt-init-wirecloud-widget Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wirecloud/grunt-init-wirecloud-widget

0.0 0.0 0.0 68 KB

Create a WireCloud widget with grunt-init, including Jasmine unit tests.

JavaScript 88.76% TypeScript 9.52% HTML 1.72%

grunt-init-wirecloud-widget's Introduction

grunt-init-wirecloud-widget

Create a WireCloud widget with grunt-init, including Jasmine unit tests.

Installation

If you haven't already done so, install grunt-init.

Once grunt-init is installed, place this template in your ~/.grunt-init/ directory. It's recommended that you use git to clone this template into that directory, as follows:

git clone https://github.com/Wirecloud/grunt-init-wirecloud-widget.git ~/.grunt-init/wirecloud-widget

(Windows users, see the documentation for the correct destination directory path)

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

grunt-init wirecloud-widget

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

This template creates an widget project with a structure similar to the following one:

.
├── bower.json
├── Gruntfile.js
├── LICENSE-MIT
├── package.json
├── README.md
└── src
    ├── config.xml
    ├── css
    │   └── styles.css
    ├── DESCRIPTION.md
    ├── doc
    │   ├── changelog.md
    │   └── index.md
    ├── index.html
    ├── js
    │   ├── main.js
    │   └── MyAwesomeWidget.js
    └── test
        ├── fixtures
        │   └── index.html
        ├── helpers
        │   └── empty.js
        └── js
            └── MyAwesomeWidgetSpec.js

8 directories, 16 files

grunt-init-wirecloud-widget's People

Contributors

aarranz avatar rockneurotiko avatar cblanco avatar mognom avatar dmunozv04 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.