This work is devoted to God.
Projects
Package manager
This repository uses Yarn.
Creating a new package
npm init @sanjo/package '<PACKAGE_NAME>' '<PACKAGE_DESCRIPTION>'E.g.
npm init @sanjo/package '@sanjo/mathematics' 'Mathematics'Publishing a package
yarn workspace <PACKAGE_NAME> npm publishE.g.
yarn workspace @sanjo/mathematics npm publish