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

evotor-ui-kit

v5.81.1

Published

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.3.

Downloads

4

Readme

evotor-ui-kit

This project was generated with Angular CLI version 6.0.3.

Installation

To install this package run following command:

yarn add evotor-ui-kit

Add to styles in angular.json

"styles": [
    ...
    "node_modules/evotor-ui-kit/styles/main.scss",
    ...
],

Add fonts from Google Fonts

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&amp;subset=cyrillic-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700&amp;subset=cyrillic,cyrillic-ext" rel="stylesheet">

Package publishing

  1. Merge PR to master
  2. git checkout master && git pull
  3. GH_TOKEN=<your_github_token> yarn release
  4. update package version in ./projects/evo-ui-kit/package.json
  5. git add -p && git commit -m 'chore(evo-ui-kit): version up'
  6. git push origin

Troubleshooting

If you have password on your ssh key, add it to ssh-agent.

If you have renamed your ssh key, add it to ssh-config.

Host github.com
    IdentityFile ~/.ssh/{yourKey}

Storybook

Run server

yarn run build:evo-ui-kit
yarn run storybook

Build

yarn run build:evo-ui-kit
yarn run build:storybook

Development

Build library

Run yarn run build:evo-ui-kit to build the ui kit. The build artifacts will be stored in the dist/ directory.

Add dependencies

  1. Install package as devDependency at root project folder
  2. Add package to projects/evo-ui-kit/package.json to peerDependencies
  3. Add package to projects/evo-ui-kit/package.json to dependencies
  4. Add package to projects/evo-ui-kit/ng-package.json to whitelistedNonPeerDependencies
  5. Add package to projects/evo-ui-kit/ng-package.prod.json to whitelistedNonPeerDependencies

Publish changes

git add -f dist
git commit -m 'commit message'
git push
git subtree push --prefix dist/evo-ui-kit origin deploy

Build sample web app

Build ui kit library and install styles. Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Development server

Build ui kit library and install styles. Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Code scaffolding for library

Run ng generate component --project evo-ui-kit component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project evo-ui-kit.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

To get more help on the libraries go check out the Angular CLI WIKI.