@skycapp/core
v3.3.2
Published
Library of common shared classes and utilities for working with the Skycapp platform.
Maintainers
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
ESM Usage
This package is now built as an ESM (ECMAScript Module) library. Use it in your projects like this:
// ESM import
import { Appointment, Build, Product } from '@skycapp/core';
// Example usage
const appointment = new Appointment();
appointment.id = '123';
appointment.entity_id = 'entity-456';TypeScript Support
Full TypeScript definitions are included. The package exports all classes and interfaces with proper type information.
Development
npm i # to install project dependencies
npm test-watch # to rerun test cases upon changesPublication
npm run package
npm publish --access publicLicense
Copyright © Skycapp. All rights reserved. See LICENSE file.
Attribution
Preston Lee (@preston)
