Skip to content

Commit

Permalink
more descriptive folder structure for src
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Aug 10, 2022
1 parent b72c06a commit e34e692
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions rfcs/shared/build-system/07-standard-package-structure-for-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@ The proposed folder organization can be seen below:
```
|- docs/
|- assets/
|- migration.md
|- spec.md
|- MIGRATION.md
|- SPEC.md
|- stories/
|- assets/
|- component stories
|- {componentName}/ //story files
|- e2e/
|- assets/
|- e2e tests
|- src/
|- implementation files
|- test files
|- common/
|- components/ //implementation and test files
|- index.ts
|- {componentName}.ts
CHANGELOG.json
CHANGELOG.md
package.json
Expand Down

0 comments on commit e34e692

Please sign in to comment.