rtb 0.3.1

A tool for generating React component boilerplate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.askama]
version = "0.12.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[package]
authors = ["Nicklas Kaadner <nicklas.kaadner@gmail.com>"]
description = "A tool for generating React component boilerplate"
homepage = "https://github.com/JZTNicklas/rtb"
license = "MIT"
name = "rtb"
readme = "README.md"
repository = "https://github.com/JZTNicklas/rtb"
version = "0.3.1"