NativeScript / nativescript-plugin-seed

Get started building NativeScript plugins quickly.
Apache License 2.0
102 stars 54 forks source link

Seed should follow naming of the tns-core-modules files #160

Open PeterStaev opened 5 years ago

PeterStaev commented 5 years ago

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:

Also the platform specific files should have export * from './<name-of-plugin>-common.ts'

PeterStaev commented 5 years ago

also the class that is in the .d.ts file should be just export class <NameOfPlugin> instead of export declare class