Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created December 10, 2018 13:42
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 theodesp/edb6778ec29efed7d59b5a4214794862 to your computer and use it in GitHub Desktop.
Save theodesp/edb6778ec29efed7d59b5a4214794862 to your computer and use it in GitHub Desktop.
gatsby-i18next tree structure
$ tree -L 3 .
.
├── LICENSE
├── README.md
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── package-lock.json
├── package.json
└── src
├── components
│   ├── header.js
│   ├── image.js
│   ├── layout.css
│   └── layout.js
├── images
│   ├── gatsby-astronaut.png
│   └── gatsby-icon.png
└── pages
├── 404.js
├── index.js
└── page-2.js
4 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment