[Main menu](../atome.md)
-
[back](./what_is_it.md)
Architecture of the folders :
-
The folders dedicated to the atome framework are :
1- The app folder : contain only temp files for now
2- The atome folder : it contain the atome ruby's gem, this is basically the heart of the framework
3- The documentations folder : it contains infos and documentations of the framework ( how to install it , enhance it or use it )
4- Hook folder : (parts of Cordova no use for us right now)
5- platforms : (parts of Cordova used for cross platform code generation, no use for us right now))
6- plugins : (Hold Cordova's plugins no use for us right now)
7- resources : (parts of Cordova , used to store application icons and splashscreen)
8- scripts : contains four files
- Bootstrap automatise the install of atome framework
- demo_generator : used to generate files for the basic demo used to test atome's APIs
- minifier : to minify some generated js files when used in production mode
- properties_generator : a script to help you to generate new atomes
9 - tasks : todos and done feature
10 - Work&research : R&D test files
11 - Rakefile : used to automatise framework startup
12 - reactomic : a work in progress
All other files/folders are either used for Github or Cordova