IniZio / torbjorn

Build projects like a turret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started

1. Install

yarn global add torbjorn

2. Create a config (.torbrc / .torbrc.json / .torbrc.js)

[
  ["prompts", [
    {
      "type": "text",
      "name": "react_version",
      "message": "What react version would you like to use?"
    }
  ]]
  ["action", {
    "name": "install-react",
    "call": [
      ["install", [
        "react@<%= react_version %>",
        "react-dom@<%= react_version %>"
      ]]
    ]
  }]
]

3. Apply config

torbjorn run

Development

yarn

yarn watch

About

Build projects like a turret


Languages

Language:TypeScript 88.4%Language:JavaScript 11.6%