EGOIST
EGOIST
Looks nice, but maybe provide a prebuilt version, btw is there any trade-off to force you not to use functional component?
I guess it could also support other markup languages like `yaml` `toml` etc... ```js { transformers: { '**/*.json.js'(file, stream) { stream.writeContents(file.path.replace(/\.js$/, ''), transform(file.content)) delete stream.files[file.path] } } } ```
what needs to be done: - update circle.yml - adding semantic-release in package.json - commitlint - ask user to set `GH_TOKEN` and `NPM_TOKEN` on circleci.com
For now I just exposed this as an option https://github.com/egoist/kopy/blob/master/README.md#glob
makes sense, i'm gonna add a command-palette (cmd+k) similar to vscode's for fast model switching and other stuff with just keyboard
I can use chatkit.app as safari web app without these tags 🤔 
You can already "Add to home screen" on iOS safari without these tags
hmm maybe a standalone project called tre-cli 😄
Actually all this is inspired by http://jxnblk.com/rebass/
Any recommendation lint config for Vue app?