Panther is a very simple and powerful tool for managing all of your JS models in one place.
Panther is actually a container that keeps your JS models in an array. With Panther you are able to
add, remove and retrieve any code specified by an ID. For that purpose Panther needs to know your code's unique ID.
To enable that you have to put 3 lines in your JS model:
function your_model()
{
...
this.id = function()
{
return 'my_unique_id_here';
}
...
}
Categories
Source Code ManagementLicense
Creative Commons Attribution Non-Commercial License V2.0Follow Panther
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Panther!