2.0.3 • Published 9 years ago

alfred2 v2.0.3

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
9 years ago

alfred2 Build Status

a natural language interface for programs.

NPM

usage

// create a new alfred instance
var alfred = require ( 'alfred2' )();

// use it like a stream
process.stdin.pipe(alfred);
alfred.pipe(process.stdout);

// what gets written to alfred is the natural
// language input, and what alfred outputs is
// what alfred wants to say

license

GPLv3.