Posts

Showing posts with the label npm

LLMs.txt Generator for Geographic AI

Image
Hey all! 👋 I've created an NPM package called  llms-txt-generator-geo-ai  that automatically generates  llms.txt  files for your projects. This is particularly useful for: AI Training Control : Setting policies for how AI models can use our content Geographic Context : Adding location-specific information to our projects Compliance : Managing data collection and usage permissions SEO & Crawlers : Controlling how different bots interact with our content Why do we need llms.txt files? Similar to how  robots.txt  controls web crawlers,  llms.txt  files help us: Control which parts of our content AI models can train on Set clear attribution requirements Specify geographic context for location-based applications Define data usage policies for co...

Create React, Angular or Vue widget at Liferay

Image
In the last year I have made a small change in the professional aspect … I switched from a Microsoft CMS (SharePoint) that works with .NET and windows IIS to a new CMS - Liferay In Liferay, I work with Java, Linux servers with tomcat.(On AWS cloud)- I don't remember Microsoft 😖 Enough talking about myself... Let's do Liferay Before  You need to install before node.js, npm and yomoan . Also you need visual studio code . Install the Liferay bundle generator Run the following command (Create before folder for your project) npm install -g yo generator-liferay-js And now, generate the React project yo liferay-js Select React Widget (Or Angular / Vue) Now answer the questions about your project… (Name. category, localization etc… ) Chose with example code Now the npm service installing the project  The Code  Open your project with visual studio code The package.json file is responsible for the settings of the project ( name, version, category, etc.  … ) The assets\css\s...