From 02dbab179634537bcc3399ffd9520633a15d5a85 Mon Sep 17 00:00:00 2001 From: emizzle Date: Mon, 25 Nov 2019 15:49:41 +1100 Subject: [PATCH] chore: Add readme with Embark v5 deprecation notice --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16f57b5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Embark Typescript Template +A template for creating a Typescript DApp using embark. + +## DEPRECATION NOTICE +Support for this template has been deprecated in Embark v5. + +### Usage +``` +embark new MyApp --template typescript +``` \ No newline at end of file