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

Package detail

@sanjo/compose

SanjoSolutions12SEE LICENSE IN LICENSE2.9.0

null

build, website builder, page builder

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'

Creating a package for a browser app

npm init @sanjo/browser-package '<PACKAGE_NAME>' '<PACKAGE_DESCRIPTION>'

E.g.

npm init @sanjo/browser-package '@sanjo/web-app' 'Web app'

Publishing a package

yarn workspace <PACKAGE_NAME> npm publish

E.g.

yarn workspace @sanjo/mathematics npm publish