Skip to content

Instantly share code, notes, and snippets.

@dherman
Created October 18, 2018 16:55
Show Gist options
  • Save dherman/1bd61a278cbac0a8845cf159e742784c to your computer and use it in GitHub Desktop.
Save dherman/1bd61a278cbac0a8845cf159e742784c to your computer and use it in GitHub Desktop.

Directory layout

.
├── bin
│   ├── node
│   ├── npm ~> ../exe/launchscript
│   ├── npx ~> ../exe/launchscript
│   └── yarn
├── config.toml
├── exe
│   ├── launchbin
│   ├── launchscript
│   └── notion
├── hooks
├── schema
├── shell
│   ├── bash
│   ├── fish
│   ├── tcsh
│   └── zsh
└── tools
    ├── inventory
    │   ├── node
    │   ├── packages
    │   └── yarn
    ├── staging
    │   ├── node
    │   ├── packages
    │   └── yarn
    └── user
        ├── bins
        ├── installed
        └── platform.toml

Syntax

notion pin

Manifest

"toolchain" -> "platform"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment