Skip to content

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

Description

@PeterStaev

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions