@pnpm/write-importer-manifest
Write an importer manifest (called package.json in most cases)
Last updated 7 years ago by zkochan .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @pnpm/write-importer-manifest 
SYNC missed versions from official npm registry.

@pnpm/write-importer-manifest

Write an importer manifest (called package.json in most cases)

npm version

Installation

<npm|yarn|pnpm> add @pnpm/write-importer-manifest

Usage

import writeImporterManifest from '@pnpm/write-importer-manifest'
import path = require('path')

(async () => await writeImporterManifest(path.resolve('package.yaml'), { name: 'foo', version: '1.0.0' }))()

License

MIT © Zoltan Kochan

Current Tags

  • 4.0.0                                ...           latest (7 years ago)

8 Versions

  • 4.0.0                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.3                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (4)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |