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

crm-modals

v0.0.4

Published

modals crm

Downloads

2

Readme

Name of Project

The first phrase should describe the project briefly, for example, this is the main template to be used by all RD Github Repositories.

Second paragraph is dedicated to describe it: What this library/api/whatever does and what does not. What the advantagens of this project? Why use it instead another public library. For example, by using this api, we abstract what log library is used in order to provide a simple interface to developers that wants to log into pre-defined formats.

Audience

Describe here the main audience from this project. Eg: This Template is designed for Developers or Tech Leaders.

Useful terminology

Lists definitions of terms that the reader needs to know to follow the tutorial. For example: what is lead? what is a conversion? You include charts here

pretty-diagram

Getting started

Requirements

Lists concepts the reader should be familiar with prior to starting, as well as any software or hardware requirements. If possible, please create a link to instalation documentation or use it inline.

  • rd-docker installed
  • Rails v6.2 installed
  • Ruby v2.7.x installed
  • Any of my dependencies up and running:
$ gem install my_dep_here

Running in Local Environment

Provide description how to run locally but also command lines:

  1. Start Container
$ rd-docker s
  1. Access http://localhost:8008

  2. Login using default credentials:

  • Username: my_user
  • Password: my_pass

Running Tests

Provide description how to run tests locally. Command lines are really important:

$ rd-docker c
$ rspec .

Runing in Production environment

Explains how to run in production environment and apply your changes too.

  1. Access Spinnaker;
  2. Go to Pipelines on left menu. Click on em Start Manual Execution on disered execution
  1. Choose the branch
  1. Click on Run.
  2. Wait until finished
  3. Test it using Production URL
  4. Click on Continue to merge it

What's next (Optional)

  • Bullet points
  • That you believe
  • Are the next steps
  • But don't try to predict all your future