Open
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.ts
should become<name-of-plugin>.d.ts
<name-of-plugin>.common.ts
should become<name-of-plugin>-common.ts
- the
Common
class should be named just named<NameOfPlugin>
Also the platform specific files should have export * from './<name-of-plugin>-common.ts'