From ea1e60ccdc925b2ddb8fd4d034028a11d8c500aa Mon Sep 17 00:00:00 2001 From: MrSnoozles Date: Fri, 4 Feb 2022 15:34:04 +0100 Subject: [PATCH] Add information about the new plugin seed --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 34236ee..4e2c313 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# [OUTDATED] + +This is no longer the recommended way to start your plugin development. The new recommendation is to [use the all new plugin-seed](https://github.com/NativeScript/plugin-seed) workspace instead. + + # Develop a NativeScript plugin [![Build Status](https://travis-ci.org/NativeScript/nativescript-plugin-seed.svg?branch=master)](https://travis-ci.org/NativeScript/nativescript-plugin-seed) > This repo is heavily based on [@NathanWalker](https://github.com/NathanWalker)'s [Plugin Seed](https://github.com/NathanWalker/nativescript-plugin-seed). Thanks, Nathan!