https://github.com/cartesianui/js
Javascript foundation object, provided global cartesian object, having different utility functions and nested objects
https://github.com/cartesianui/js
Last synced: 5 months ago
JSON representation
Javascript foundation object, provided global cartesian object, having different utility functions and nested objects
- Host: GitHub
- URL: https://github.com/cartesianui/js
- Owner: cartesianui
- Created: 2020-07-14T07:38:02.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-30T10:56:07.000Z (6 months ago)
- Last Synced: 2026-01-03T00:54:34.344Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### @cartesianui/js
##### _Serves as x-cartesian for CartesianUI_
This package includes below modules.
- Application paths
- MULTITENANCY
- LOCALIZATION
- AUTHORIZATION
- FEATURE SYSTEM
- SETTINGS
- REALTIME NOTIFICATIONS
- LOGGING
- NOTIFICATION
- MESSAGE
- UI
- SIMPLE EVENT BUS AKA Events
- UTILS
- TIMING
- CLOCK
- SECURITY
Build and publish steps
- Update package version
- Delete *.min files in root
- Delete cartesian.js
- Run `npm run build-and-publish`
In case of error try below commands separately
- Run `gulp concat`
- Run `gulp build`
- Run `npm publish`