cno-bedrock
v0.0.5
Published
Micropackage: a test bed for various small pieces of reusable code.
Maintainers
Readme
cno-bedrock
Micropackage: a test bed for various small pieces of reusable code.
Table of Contents
Background
Install
Available on the npm registry as cno-bedrock. Add it to a project using pnpm:
pnpm add --save cno-bedrockIt can, of course, also be installed by npm or yarn using the normal methods.
Usage
import Namespace from 'cno-bedrock'; // Default export is a full "namespace".
import { OneFunction } from 'cno-bedrock'; // To just export a single function.API
See docs directory for full API.
Contributing
Changes are tracked in CHANGELOG.md.
License
MIT ©2025 Anadian
SEE LICENSE IN LICENSE
This project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
