-
Notifications
You must be signed in to change notification settings - Fork 27
Contributing
chang edited this page Sep 25, 2022
·
1 revision
NgTerminal is developed with Angular CLI. You can always write an issue and make a PR to master branch.
You can run an example in your local environment.
- git clone https://github.com/qwefgh90/ng-terminal.git
- npm install --force
- npm run start
- Running an example app in your environment:
npm start
- Testing ng-terminal:
npm test
- Creating a tarball for testing with external angular apps:
npm run local
- (Travis) Creating a static page for this project:
npm run page
- (Maintainer) Deploying a library to the npm registry:
npm run publish