Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up directory layout #179

Closed
3 tasks
dherman opened this issue Oct 19, 2018 · 0 comments
Closed
3 tasks

Clean up directory layout #179

dherman opened this issue Oct 19, 2018 · 0 comments
Labels

Comments

@dherman
Copy link
Collaborator

dherman commented Oct 19, 2018

We should clean up the directory layout with a few goals in mind:

  • User-modified files are separated from automatically managed files.
  • Per-user configuration is separated from site-wide (e.g. company-wide) configuration (like hooks).
  • The root of the ~/.notion directory isn't cluttered with internal Notion files.
  • The directory layout is tagged with a schema file that explicitly identifies a layout version number, to make future migrations easier.
  • The toolchain is organized according to clearly-named concepts corresponding to the (to-be-documented) "plumbing" layers of Notion.
.
├── bin
│   ├── node
│   ├── npm
│   ├── npx
│   └── yarn
├── config.toml
├── exe
│   ├── shim
│   └── notion
├── hooks
├── schema
├── shell
│   ├── bash
│   ├── fish
│   ├── tcsh
│   └── zsh
└── tools
    ├── inventory
    │   ├── node
    │   ├── packages
    │   └── yarn
    ├── staging
    │   ├── node
    │   ├── packages
    │   └── yarn
    └── user
        ├── bins
        ├── installed
        └── platform.toml

Depends on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants