forked from NathanWalker/nativescript-plugin-seed
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
Currently the seed uses naming different than the ones that are used through in the tns-core-modules. Using similar names will make it easier for people to also navigate (and possibly contribute) to the main Nativescript repo. So:
index.d.tsshould become<name-of-plugin>.d.ts<name-of-plugin>.common.tsshould become<name-of-plugin>-common.ts- the
Commonclass should be named just named<NameOfPlugin>
Also the platform specific files should have export * from './<name-of-plugin>-common.ts'