Next: Implementation Details, Previous: Interoperability, Up: Top [Contents]
Appendix A Source Tree
You should already have gotten a hold of the source tree (see Getting GNU ease.js). If not, please do so first and feel free to follow along.
$ cd easejs $ ls -d */ doc/ lib/ test/ tools/
The project contains four main directories in addition to the root directory:
- ./
The root directory contains basic project files, such as README, Makefile and index.js.
- doc/
Contains documentation source files (you are currently reading part of it - the manual).
- lib/
Contains the actual source code for the various modules.
- test/
Contains unit and performance tests.
- tools/
Various tools used during build process.
Let’s take a look at each directory in more detail.
• Root Directory: | Contains basic project files | |
• Doc Directory: | Contains source documentation files (manual) | |
• Lib Directory: | Contains project source files (modules) | |
• Test Directory: | Contains unit and performance tests | |
• Tools Directory: | Contains build tools |