https://github.com/genexuslabs/web-standard-functions
A library that implements GeneXus standard functions for web applications
https://github.com/genexuslabs/web-standard-functions
genexus library npm
Last synced: 10 months ago
JSON representation
A library that implements GeneXus standard functions for web applications
- Host: GitHub
- URL: https://github.com/genexuslabs/web-standard-functions
- Owner: genexuslabs
- License: apache-2.0
- Created: 2018-09-04T19:08:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T12:56:38.000Z (12 months ago)
- Last Synced: 2025-08-29T08:41:40.305Z (10 months ago)
- Topics: genexus, library, npm
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/prettier/prettier)
[](https://circleci.com/gh/genexuslabs/web-standard-functions)
# GeneXus Web Standard Functions
GeneXus standard functions written in TypeScript, to be used by web applications generated with GeneXus.
## Getting Started
```bash
npm install
npm start
```
## Running the tests
To run the unit tests for the custom elements, run:
```bash
npm test
```
## Building for production
To build the library for production, run:
```bash
npm run build
```
## Authors
See the list of [contributors](https://github.com/genexuslabs/web-standard-functions/contributors) who participated in this project.
## License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.