@brincat/react
v0.0.0-alpha.0
Published
React.js package
Downloads
2
Readme
@brincat/react
ALPHA. Staged for pre-release.
Package is not for release and currently close-source. This software has no license granted for usage, sharing, merging, modification, publishing or distribution.
You must not install this package unless you have been granted explicit permission by the owner and author.
Setup
Development
Testing
Production
Builds deployables.
npx lerna run build --scope=@brincat/reactPublish
npm login
# npm whoami
npm publish --access public
# Note: you will be prompted to authenticate before being allowed to publish.Usage
import Foobar, { foo } from '@brincat/react'
export default function() {
console.log('Testing ', foo())
return (
<Foobar class="text-2xl" />
)
}