Giter VIP home page Giter VIP logo

periodicjs.ext.reactapp's Introduction

periodicjs.ext.reactapp Coverage Status Build Status

A simple extension.

API Documentation

Usage

CLI TASK

You can preform a task via CLI

$ cd path/to/application/root
### Using the CLI
$ periodicjs ext periodicjs.ext.reactapp hello  
### Calling Manually
$ node index.js --cli --command --ext --name=periodicjs.ext.reactapp --task=hello 

Configuration

You can configure periodicjs.ext.reactapp

Default Configuration

{
  settings: {
    defaults: true,
  },
  databases: {
  },
};

Installation

Installing the Extension

Install like any other extension, run npm run install periodicjs.ext.reactapp from your periodic application root directory and then normally you would run periodicjs addExtension periodicjs.ext.reactapp, but this extension does this in the post install npm script.

$ cd path/to/application/root
$ npm run install periodicjs.ext.reactapp
$ periodicjs addExtension periodicjs.ext.reactapp //this extension does this in the post install script

Uninstalling the Extension

Run npm run uninstall periodicjs.ext.reactapp from your periodic application root directory and then normally you would run periodicjs removeExtension periodicjs.ext.reactapp but this extension handles this in the npm post uninstall script.

$ cd path/to/application/root
$ npm run uninstall periodicjs.ext.reactapp
$ periodicjs removeExtension periodicjs.ext.reactapp // this is handled in the npm postinstall script

Testing

Make sure you have grunt installed

$ npm install -g grunt-cli

Then run grunt test or npm test

$ grunt test && grunt coveralls #or locally $ npm test

For generating documentation

$ grunt doc
$ jsdoc2md commands/**/*.js config/**/*.js controllers/**/*.js  transforms/**/*.js utilities/**/*.js index.js > doc/api.md

Notes

periodicjs.ext.reactapp's People

Contributors

codhah92 avatar fanniew506 avatar irisdan avatar janbialostok avatar markwaldron avatar rshyong avatar yawetse avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

periodicjs.ext.reactapp's Issues

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.