Skip to content

Instantly share code, notes, and snippets.

@jeshan
Created December 27, 2015 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeshan/2a2bf93ccd3fc269727c to your computer and use it in GitHub Desktop.
Save jeshan/2a2bf93ccd3fc269727c to your computer and use it in GitHub Desktop.
.
├── app
│   ├── bower_components
│   └── main
├── gulp
├── hooks
│   └── after_prepare
├── node_modules
│   ├── abbrev
│   └── <lots and lots more>
├── platforms
│   ├── android
│   └── ios
├── plugins
│   ├── cordova-plugin-device
│   ├── cordova-plugin-dialogs
│   ├── cordova-plugin-network-information
│   ├── cordova-plugin-splashscreen
│   ├── cordova-plugin-statusbar
│   └── cordova-plugin-whitelist
├── res
│   ├── android
│   └── ios
├── test
│   ├── karma
│   └── protractor
└── www
├── css
├── img
└── js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment