JSPM

  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q52584F
  • License SEE LICENSE IN LICENSE

Library of common shared classes and utilities for working with the Skycapp platform.

Package Exports

  • @skycapp/core
  • @skycapp/core/build/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@skycapp/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Skycapp Core Common Libraries and Utilities

The NPM package provides common shared libraries and utilities functions for writting applications integrated with the Skycapp platform.

CLI Usage

npm i -g @skycapp/core to install globally your existing NodeJS environment.

skycapp version for CLI utility version information skycapp --help for subcommand documentation and examples

Project Integration

npm i -S @skycapp/core to install and save into your project's dependencies list

Development

npm i # to install project dependencies
npm test-watch # to rerun test cases upon changes

Publication

npm run build
npm publish --access public

License

Copyright © Skycapp. All rights reserved. See LICENSE file.

Attribution

Preston Lee (@preston)