Skip to content

make libs development easier #22

@edjafarov

Description

@edjafarov

make possible to develop libs easier

  • developer should be able to use all benefits of local require and structure the lib as he want
  • developer should be able to build standalone library [with all deps]
  • developer should be able to build standalone lib wrapped in require [without deps]
  • developer should be able to build component [generate component.json]
  • developer should be able to publish version of library using single command
    • for component.js this will be committing and tagging built component into repo
    • for standalone lib it could be uploading to CDN or smth
    • for standalone wrapped lib it will be uploading to CDN
  • developer should be able to set up different environments to test his lib
  • developer should be able to set up tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions