As configured in my dotfiles.
start new:
tmux
start new with session name:
| .tox/ | |
| /MANIFEST | 
| ######################################################################################### | |
| # This scripts pulls twitter user information and follower relationships # | |
| # using twitter REST API and stores them in an sqlite database. # | |
| # Before using this one you have to run name.sh file to create sqlite3 database # | |
| # that this script will use. # | |
| # USAGE: # | |
| # first create your database # | |
| # $ ./name.sh # | |
| # then add a user to your database as start point # | |
| # $ python name.py yilmaz_huseyin # change twitter user name with any name you want. # | 
| wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1 | |
| curl -LJO https://github.com/joyent/node/tarball/v0.7.1 | 
As configured in my dotfiles.
start new:
tmux
start new with session name:
| . | |
| ├── deploy.py | |
| ├── project | |
| │ ├── application.py | |
| │ ├── apps | |
| │ │ ├── articles | |
| │ │ │ ├── forms.py | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── models.py | |
| │ │ │ └── views.py | 
People
|   :bowtie: | 😄 :smile: | 😆 :laughing: | 
|---|---|---|
| 😊 :blush: | 😃 :smiley: | :relaxed: | 
| 😏 :smirk: | 😍 :heart_eyes: | 😘 :kissing_heart: | 
| 😚 :kissing_closed_eyes: | 😳 :flushed: | 😌 :relieved: | 
| 😆 :satisfied: | 😁 :grin: | 😉 :wink: | 
| 😜 :stuck_out_tongue_winking_eye: | 😝 :stuck_out_tongue_closed_eyes: | 😀 :grinning: | 
| 😗 :kissing: | 😙 :kissing_smiling_eyes: | 😛 :stuck_out_tongue: | 
These rules are adopted from the AngularJS commit conventions.
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/ is intended for code that can run as-issrc/ is intended for code that needs to be manipulated before it can be used