npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mavensmate

v1.0.0-beta.32

Published

Core APIs that drive MavensMate IDEs for Salesforce1/Force.com

Downloads

205

Readme

MavensMate - Open Source IDEs for Salesforce

MavensMate is a collection of open source projects that aims to make building Salesforce applications accessible to developers who prefer to build applications using their local machine in text editors like Sublime Text, Atom, and Visual Studio Code. MavensMate is created and maintained by Joe Ferraro with support from Mavens and these amazing contributors.

Because there are several open source MavensMate projects, it can be somewhat confusing to navigate the ecosystem. In essence, there are three main components to the architecture: the server, the desktop application, and the editor plugins.

Quickstart for Salesforce Developers

  1. Download and install MavensMate Desktop
  2. Choose your editor (Sublime Text 3, Atom, Visual Studio Code) and install the appropriate MavensMate plugin
  3. Happy coding!

Quickstart for MavensMate Contributors

  • Coming soon

Components

MavensMate Server

Build Status Coverage Status NPM Version License

MavensMate Server is a local Node.js Express server that facilitates communication/integration between editors like Sublime Text, Atom, and Visual Studio Code, the local file system, and the Salesforce servers. When a plugin requests a command to be run (e.g. "compile a file"), a local HTTP request is made to MavensMate Server, the server executes the requested command (which often requires communicating with a remote Salesforce.com environment) and returns the response to the plugin.

  • Documentation: https://github.com/joeferraro/MavensMate/tree/master/docs/server
  • GitHub Project: https://github.com/joeferraro/MavensMate

MavensMate Desktop

| Platform | Status | | --- | --- | OS X / Linux | Build Status | Windows | Build status |

MavensMate Desktop is an application that bundles the local MavensMate server into a desktop application that powers the MavensMate Sublime Text, Atom, and Visual Studio Code plugins.

  • Documentation: coming soon
  • GitHub Project: https://github.com/joeferraro/MavensMate-Desktop

Plugins

MavensMate for Sublime Text

  • Documentation: coming soon
  • GitHub Project: https://github.com/joeferraro/MavensMate-SublimeText

MavensMate for Atom (beta)

  • Documentation: coming soon
  • GitHub Project: https://github.com/joeferraro/MavensMate-Atom

MavensMate for Visual Studio Code (coming soon)

  • Documentation: coming soon
  • GitHub Project: https://github.com/joeferraro/MavensMate-VisualStudioCode

Contributors

  • [Joseph Ferraro] (http://github.com/joeferraro)
  • [Ralph Callaway] (http://github.com/ralphcallaway)
  • [Kyle Thornton] (http://github.com/kylethornton)
  • [David Helmer] (http://github.com/kidtsunami)
  • [Justin Silver] (http://github.com/doublesharp)

#FAQ

  • coming soon