erisu commented on code in PR #977: URL: https://github.com/apache/cordova-docs/pull/977#discussion_r930610688
########## www/docs/en/dev/guide/overview/project-structure.md: ########## @@ -0,0 +1,105 @@ +--- +license: > + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +title: Project Structure of a Cordova Project +toc_title: Project Structure +description: +--- + +# Project Structure + +## CLI project directory structure + +Cordova CLI works with the following directory structure: + +``` +myapp/ +|-- package.json +|-- config.xml +|-- hooks/ +|-- merges/ Review Comment: I applied changes so this can be re-reviewed. I tried to reorg the structure so there are now the "default" and "optional" sections. > Also, the example folders here are indented one level too far. As for this comment, I am not sure what was wrong with the indention level. I went ahead and replaced the entire content with the printout of the `tree` command. I made little edits to the printout such as: * Add the `myapp` to the top. * Add a `/` to the end of directories. This should remove confusion between a directory vs file with no extension. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
