https://github.com/imgeng/imageengine-angular
https://github.com/imgeng/imageengine-angular
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imgeng/imageengine-angular
- Owner: imgeng
- Created: 2021-08-04T17:02:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T20:51:45.000Z (6 months ago)
- Last Synced: 2025-01-01T10:03:40.663Z (5 months ago)
- Language: TypeScript
- Size: 616 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgxImageengine Workspace
If you're looking for the `@imageengine/angular` package readme, you can find it on the [projects folder](projects/ngx-imageengine/README.md).
## Contents / Projects
This workspace only contains, as of now, the ngx-imageengine component.
To publish that project it needs to be built first.
You can run `npm run publish` that does it in a single command, or manually with the following steps.## Build
Run `ng build` from the workspace root directory to build the projects. The build artifacts will be stored in the `dist/` directory.
(remember to bump the version of the desired project on the project's `package.json` before building a new version)## Publish
After building the project(s) the builds will be stored in `dist/`. To publish to NPM navigate to the project folder (e.g: `cd dist/ngx-imageengine`) and from there do `npm publish --access public`.## Running unit tests
The test should be run from the project(s) folder themselves and not from the root workspace (e.g: `cd dist/ngx-imageengine` followed by `npm run test`)