We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copied verbatim from nodejs/package-maintenance#404 by @darcyclarke
create-pkg
$ npm init pkg $ npx create-pkg
const pkg = require('create-pkg') import pkg from 'create-pkg'
package.json
name
description
homepage
author
license
funding
version
type
main
scripts
"prepublish": "..."
"test": "..."
exports
index.js
LICENSE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
README.md
FUNDING.yml
.npmrc
.gitignore
/node_modules
.github/ISSUE_TEMPLATES/*
@pkgjs/support
npm init x
$ npx create-x
The text was updated successfully, but these errors were encountered:
npm init
More prior art:
Sorry, something went wrong.
No branches or pull requests
create-pkg
Goals:
Example Usage:
Questions:
package.json
name
description
homepage
author
license
funding
version
type
main
scripts
"prepublish": "..."
* (contentious)"test": "..."
* (contentious)exports
index.js
LICENSE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
README.md
FUNDING.yml
* (contentious).npmrc
* (contentious).gitignore
* (contentious)/node_modules
.github/ISSUE_TEMPLATES/*
* (contentious)Next Steps:
@pkgjs/support
to be a consumer of this tool or vice-versaReferences & Prior Art:
npm init x
(ie.$ npx create-x
)The text was updated successfully, but these errors were encountered: