carnival-toolbox

1.5.6 • Public • Published

###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

Copyright (c) 2022 Sett Sarverott sarverott@gmail.com released on terms of MIT license

Package Sidebar

Install

npm i carnival-toolbox

Weekly Downloads

4

Version

1.5.6

License

MIT

Unpacked Size

42.6 kB

Total Files

22

Last publish

Collaborators

  • sarverott