@2snail/create-lib
v0.3.2
Published
create single lib
Downloads
47
Readme
Create Lib
Create single ts lib, test with jest, and publish with npm.
Usage
- Create
mkdir <libName>
cd <libName>
npm create @2snail/lib
-- or --
yarn create @2snail/lib
- Install
npm i
-- or --
yarn install
- Test
npm test
npm run test:watch
-- or --
yarn test
yarn test:watch
- Build
npm run build
-- or --
yarn build
- Publish
npm run publish
-- or --
yarn publish