X Tutup
The Wayback Machine - https://web.archive.org/web/20210114184235/https://github.com/lxe/stackflow
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stackflow

Generate your next-gen software stack for your world-changing startup!

Each generated software stack will not only attract 100x programmers, but also roll off the tongue (so you can use it in a rap jingle)!

Example

var giveMeSoftware = require('stackflow');
var myNewSoftwareStack = giveMeSoftware();
// { name: 'BARF',
//   stack: [ 'Backbone', 'Algol', 'Redis', 'Flat Files' ] }

NEW! Pick your own stack name!

var giveMeSoftware = require('stackflow');
var myNewSoftwareStack = giveMeSoftware('BEST');
// { name: 'BEST',
//   stack: [ 'Backbone', 'Express', 'SmartDB', 'Typescript' ] }

You can even use it as a command line tool!

$ npm install -g stackflow
$ stackflow
YAWN: YUI, Apache, Windows, Node.JS

Or, with your own name!

$ stackflow money
MONEY: MemCached, Oracle, Node.JS, Express, YUI

License

MIT

About

Generate a software stack that markets itself!

Resources

License

Packages

No packages published
You can’t perform that action at this time.
X Tutup