Angular 6+ konami code directive
npm install @exalif/ngx-k-codeng generate component component-name --project ngx-k-code to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-k-code.
--project ngx-k-code or else it will be added to the default project in your angular.json file.
ng build ngx-k-code to build the project. The build artifacts will be stored in the dist/ directory.
ng build ngx-k-code, go to the dist folder cd dist/ngx-k-code and run npm publish.
ng test ngx-k-code to execute the unit tests via Karma.
ng help or go check out the Angular CLI README.