Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sanjo/noop

SanjoSolutions2Unlicense1.0.0TypeScript support: included

Noop

noop

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