You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on other projects, I continually improved my project management tools. It resulted in turbo-gulp and a few shell scripts.
Some improvements are still planned (especially for documentation) but the bulk of the work is there so I'd like to start applying it to this project.
Compared to the version currently used by skype-http (demurgos-web-build-tools@0.14.3), the main changes are:
Simpler and more declarative configuration
Documentation generation with Typedoc
Type-aware Tslint rule
Support creation of packages providing deep imports (import {Api} from "skype-http/types")
Helpers for deployment to npm and Github pages
Update most of the dependencies to their latest version
And a few other goodies. I am actively working on ESM modules support for Node (.mjs) so it should hopefully land there soon.
Additional changes that need to be done manually:
Enable Continuous Deployement: Reuse this script. It adds continuous deployment of the package to npm and documentation to Github pages.
While working on other projects, I continually improved my project management tools. It resulted in
turbo-gulp
and a few shell scripts.Some improvements are still planned (especially for documentation) but the bulk of the work is there so I'd like to start applying it to this project.
Compared to the version currently used by
skype-http
(demurgos-web-build-tools@0.14.3
), the main changes are:import {Api} from "skype-http/types"
)And a few other goodies. I am actively working on ESM modules support for Node (
.mjs
) so it should hopefully land there soon.Additional changes that need to be done manually:
The text was updated successfully, but these errors were encountered: