1.0.1 • Published 5 years ago

agentifai-v3-template-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Agentifai V3 Templates

This npm package allows the creation of HTML and SCSS files from templates for Angular components.

How To Use

After running ng generate component {componentName} you should run

const plugin = require('agentifai-v3-template-generator');
plugin('ComponentNameDummy');

The latter will create the HTML and SCSS barebones.

How To Install

Run npm i agentifai-v3-template-generator --save-dev(https://www.npmjs.com/package/agentifai-v3-template-generator) to install this npm package in your node.js application. Angular 7 does not support 'fs' module anymore.