@sanjo/noop

Noop

Usage no npm install needed!

<script type="module">
  import sanjoNoop from 'https://cdn.skypack.dev/@sanjo/noop';
</script>

README

This work is devoted to God.

Projects

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 publish

E.g.

yarn workspace @sanjo/mathematics npm publish