@2snail/create-lib
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

Create Lib

Create single ts lib, test with jest, and publish with npm.

Usage

  1. Create
mkdir <libName>
cd <libName>
npm create @2snail/lib
-- or --
yarn create @2snail/lib
  1. Install
npm i
-- or --
yarn install
  1. Test
npm test
npm run test:watch
-- or --
yarn test
yarn test:watch
  1. Build
npm run build
-- or --
yarn build
  1. Publish
npm run publish
-- or --
yarn publish

Readme

Keywords

Package Sidebar

Install

npm i @2snail/create-lib

Weekly Downloads

11

Version

0.3.2

License

MIT

Unpacked Size

28.9 kB

Total Files

31

Last publish

Collaborators

  • zhangaz1