@eljs/create-plugin-npm-node

0.5.1 • Public • Published

@eljs/template-npm-node

eljs npm-node

快速开始

1. 安装

$ npm i @eljs/template-npm-node -S
// or
$ yarn add @eljs/template-npm-node
// or
$ pnpm add @eljs/template-npm-node

2. 使用

import npm-node from '@eljs/template-npm-node'

API

开发

$ pnpm dev --filter @eljs/template-npm-node
// or
$ pnpm -F '@eljs/template-npm-node' dev

发布

$ git commit -m 'feat(npm-node): add some feature'
$ git commit -m 'fix(npm-node): fix some bug'

2. 编译(可选)

$ pnpm build --filter @eljs/template-npm-node
// or
$ pnpm -F '@eljs/template-npm-node' build

3. 执行发包命令

$ pnpm release

Options:
  --skipTests skip package test
  --skipBuild skip package build

Package Sidebar

Install

npm i @eljs/create-plugin-npm-node

Weekly Downloads

89

Version

0.5.1

License

MIT

Unpacked Size

7.84 kB

Total Files

8

Last publish

Collaborators

  • enderlee
  • chnliquan