
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
Lovely IO is the next-gen front-side development platform.
In a short, it's like rubygems + rails, only for the front-side development.
See the official site and screencast for more information and usage examples.
In this repo you can find the following things
cli/ - the lovely CLI tools, server and so onstl/ - the STL library of official modulesui/ - the official UI library modulesLovely IO console tools work with node.js and available via the npm service
npm install -g lovely
After that, you'll need to run the following
lovely bootstrap
That will create all the necessary files and directories and auto-install all
the STL packages in your ~/.lovely/ folder.
Also, add the following into your ~/.bash_profile or ~/.bashrc file
export NODE_PATH=/usr/local/share/npm/lib/node_modules:$NODE_PATH
This will allow lovely test command work correctly
You can uninstall all the lovely.io stuff from your computer by calling
lovely implode
Also, you can do that manually via simple shell command
rm ~/.lovelyrc && rm -rf ~/.lovely
This project is released under the terms of the MIT license
Copyright (C) 2011-2012 Nikolay Nemshilov
FAQs
The next-gen front-side development platform
We found that lovely demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.