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

carnival-toolbox

v1.5.6

Published

a collection of all kind of scripts, codes and tools with universal appliance - this toolkit should fits great to your disguises, outfits and attires

Downloads

41

Readme

###carnival-toolbox###

GitHub package.json version (branch) Dependents (via libraries.io) npm downloads Documentation Status

IT'S HERE AND IN NPM PACKAGE MANAGER NOW

Some of simple and usefull functions, just another remix of common functions from out of standard scope, but with good quality of taking care on user and easy-to-use intuitive namespaces.

It's my first package in npm library, so partly it's training, but with reasonable contribution of something usefull.


install by NPM

  npm install carnival-toolbox

and then use in code

  //classic cjs style
  const crnTbx = require('carnival-toolbox');
  //modern ecma style
  import * from "carnival-toolbox"
  //coffeescript style
  require "carnival-toolbox"
  //use wisely as you like by your way

but if just alternatively clone repo you want

  git clone https://github.com/Sarverott/carnival-toolbox.git

or install as git submodule in your repo

  git submodule add https://github.com/Sarverott/carnival-toolbox.git

feel free to do what you desire, until you respects terms of license (see "LICENSE" file for more information).


testing, experiments, view of behaviour

need some practical presentation and experience what it is? invoke it, using node in console and take it on testride:

  # from thesame as install path
  # after installation by npm
  node ./node_modules/carnival-toolbox/_index.js
  # after clone, or submodule adding
  cd carnival-toolbox && npm start
  # it can shock you if by looking on my other
  # work you compare it with this CLI... experiments makes work funier!

FOR DEVELOPERS

There are some cool lifehacks for creators. OS-dedicated QUICKSTART scripts will guide you through boring and required stuff.

  #developers needs some extra python and node packages
  #quick lounchers will make everything what is needed
  #for windows users
  npm run DEV.windows
  #for linux users
  npm run DEV.linux
  #for android users
  npm run DEV.android
  #for MacOS users
  npm run DEV.macintosh
  #this reminder will be shown,
  #when you lounch "npm run DEV",
  #but because it can't automaticaly detect os and shell
  #you have to make it by hand

functionality list

  • random password generation - password stuff
  • finding prime numbers - exercises with cryptography
  • fibonacci set - exercises with cryptography
  • case gadgets - namespace's case converter
  • PLT & TLP - examples of custom cryptography exercise
  • json gadgets - simplified json reader

links related

  • GitHub repo - https://github.com/Sarverott/carnival-toolbox
  • NPM.com repo - https://www.npmjs.com/package/carnival-toolbox
  • Project's developement roadmap - https://github.com/users/Sarverott/projects/16?fullscreen=true

Copyright (c) 2022 Sett Sarverott [email protected] released on terms of MIT license