Giter VIP home page Giter VIP logo

node-dora's Introduction

node-dora

All Contributors Dependency Status NPM version

A node wrapper for DORA, the Domino On-Disk Repository Assistant, by Cameron Gregor.

Installation

npm install --save node-dora

From Source

  • git clone --recursive https://github.com/edm00se/node-dora.git
  • cd node-dora
  • npm install

To hook to your cloned copy to your global npm_modules, run npm link from within the project directory's root.

Use

const dora = require('node-dora');
const path = require('path');

const odp = path.join(__dirname, 'Some ODP');
dora.performFilter(odp, function(er){
    if(er){
        console.error(er);
    }
    console.log('dora done!');
});

There are some other functions exposed, but are mainly for internal purposes. The full list of functions exposed are:

  • hasDependencies
  • installDependencies
  • hasXsltProc
  • installXsltProc
  • performFilter <- this is what you want!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ๐Ÿ˜

Contributors

Thanks goes to these wonderful people (emoji key):


Eric McCormick

๐Ÿ“ ๐Ÿ’ป ๐Ÿ“– ๐Ÿ”ง ๐Ÿ“น

This project follows the all-contributors specification. Contributions of any kind welcome!

History

Cameron Gregor created DORA which is great, but then he made Swiper. Swiper is also great, but doesn't (yet) work with Domino Designer when it does not have Build Automatically enabled.

Being concerned about both this one limitation and my ability to use DORA in a CI environment, I wrote a Grunt config, which is now being replaced by the CLI tool for this package.

Credits

  • Cameron Gregor, for DORA, which this is a wrapper for

Related

License

MIT

node-dora's People

Contributors

edm00se avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

node-dora's Issues

Update Dependencies

Should address all open PRs from dependabot.

Have reduced dependabot frequency, removing semantic-release.

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.