Skip to content

Instantly share code, notes, and snippets.

@mythmon
Last active December 15, 2015 19:59
Show Gist options
  • Save mythmon/5315333 to your computer and use it in GitHub Desktop.
Save mythmon/5315333 to your computer and use it in GitHub Desktop.
CrimsonTwins file lay out.
What I have:
.
├── static/
│ └── stuff
├── README.md
├── chat.js
├── clients.js
├── config.js
├── config.json-dist
├── crimsontwins.js
├── manager.js
├── modifiers.js
├── package.json
├── utils.js
└── web.js
What I want:
.
├── static/
│ └── stuff
├── app/
│ ├── chat.js
│ ├── clients.js
│ ├── config.js
│ ├── manager.js
│ ├── modifiers.js
│ ├── utils.js
│ └── web.js
├── README.md
├── package.json
├── config.json-dist
└── crimsontwins.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment