Giter Club home page Giter Club logo

periodicjs.ext.admin's Introduction

periodicjs.ext.admin 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.admin hello  
### Calling Manually
$ node index.js --cli --command --ext --name=periodicjs.ext.admin --task=hello 

Configuration

You can configure periodicjs.ext.admin

Default Configuration

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

Installation

Installing the Extension

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

$ cd path/to/application/root
$ npm run install periodicjs.ext.admin
$ periodicjs addExtension periodicjs.ext.admin  //this is handled as an npm post install script

Uninstalling the Extension

Run npm run uninstall periodicjs.ext.admin from your periodic application root directory and then normally you would run periodicjs removeExtension periodicjs.ext.admin but this is handled in a npm post install script.

$ cd path/to/application/root
$ npm run uninstall periodicjs.ext.admin
$ periodicjs removeExtension periodicjs.ext.admin //this is handled as an npm post install 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.admin's People

Contributors

janbialostok avatar yawetse avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

yawetse digifi-io

periodicjs.ext.admin'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.