1.0.1 • Published 3 years ago
my-workflow-test-npm v1.0.1
my-workflow-test-npm
Getting Started
开始安装
$ npm i my-workflow-test-npm
使用
import { Foo } from 'my-workflow-test-npm';
export default ({ title }: { title: string }) => <Foo title={title} />>;
Build documentation,
$ npm run docs:build
Run test,
$ npm test
Build library via father
,
$ npm run build