Git Product home page Git Product logo

pack-n-play's Introduction

Google Cloud Platform logo

Pack-N-Play: Node.js Client

release level npm version

Ensure your library installs and compiles

A comprehensive list of changes in each version may be found in the CHANGELOG.

Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.

Table of contents:

Quickstart

Installing the client library

npm install pack-n-play

The Pack-N-Play Node.js Client API Reference documentation also contains samples.

Supported Node.js Versions

Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update as soon as possible to an actively supported LTS version.

Google's client libraries support legacy versions of Node.js runtimes on a best-efforts basis with the following warnings:

  • Legacy versions are not tested in continuous integration.
  • Some security patches and features cannot be backported.
  • Dependencies cannot be kept up-to-date.

Client libraries targeting some end-of-life versions of Node.js are available, and can be installed through npm dist-tags. The dist-tags follow the naming convention legacy-(version). For example, npm install pack-n-play@legacy-8 installs client libraries for versions compatible with Node.js 8.

Versioning

This library follows Semantic Versioning.

This library is considered to be stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against stable libraries are addressed with the highest priority.

More Information: Google Cloud Platform Launch Stages

Contributing

Contributions welcome! See the Contributing Guide.

Please note that this README.md, the samples/README.md, and a variety of configuration files in this repository (including .nycrc and tsconfig.json) are generated from a central template. To edit one of these files, make an edit to its templates in directory.

License

Apache Version 2.0

See LICENSE

pack-n-play's People

Contributors

danielbankhead avatar ddelgrosso1 avatar dependabot[bot] avatar dominickramer avatar gcf-owl-bot[bot] avatar google-cloud-policy-bot[bot] avatar greenkeeper[bot] avatar justinbeckwith avatar ofrobots avatar release-please[bot] avatar renovate-bot avatar ruyadorno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pack-n-play's Issues

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 11.12.2 to 11.12.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ ci/circleci: node11: CircleCI is running your tests (Details).
  • ❌ ci/circleci: node6: CircleCI is running your tests (Details).
  • ❌ ci/circleci: node10: Your tests failed on CircleCI (Details).
  • ❌ ci/circleci: node8: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Your .repo-metadata.json file has a problem πŸ€’

You have a problem with your .repo-metadata.json file:

Result of scan πŸ“ˆ:

  • must have required property 'client_documentation' in .repo-metadata.json

☝️ Once you address these problems, you can close this issue.

Need help?

  • Schema definition: lists valid options for each field.
  • API index: for gRPC libraries api_shortname should match the subdomain of an API's hostName.
  • Reach out to go/github-automation if you have any questions.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Let me run the code in my example

In addition to testing the TypeScript types, I also like to actually run my little sample app to make sure the module loads and such at runtime. It would be great if this module could do that for me

Let me use a fixtures directory

The samples in the README show writing TypeScript code inside of a string. I would very much prefer to set up a fixtures directory, create an app folder in that, and use it for compiling and linking to my project.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/ci.yaml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/checkout v4
  • actions/setup-node v4
  • actions/checkout v4
  • actions/setup-node v4
npm
package.json
  • @npmcli/arborist ^6.3.0
  • execa ^5.0.0
  • npm-packlist ^8.0.0
  • once ^1.4.0
  • rimraf ^5.0.5
  • tar ^6.2.0
  • tmp 0.2.1
  • @types/mocha ^10.0.2
  • @types/node ^20.6.3
  • @types/npm-packlist ^7.0.1
  • @types/once ^1.4.0
  • @types/rimraf ^4.0.5
  • @types/tar ^6.1.6
  • @types/tmp 0.2.5
  • c8 ^8.0.1
  • gts ^5.0.1
  • mocha ^10.2.0
  • typescript ^5.2.2
  • node >=14

  • Check this box to trigger a request for Renovate to run again on this repository

Use a customized tsconfig.json

One of the things I need to test is custom settings in the tsconfig.json, specifically making sure that esModuleInterop is set to false. Is there a way to do that with this library? Or is the tsconfig entirely managed?

Set up CI

It doesn't look like CI is configured 😒

Publish a new version of the module

The module is currently sitting at 0.0.1 on npm, and doesn't have a liink to the repository field. It would be nice to ship a new version.

Rename this project

See googleapis/nodejs-logging#430 (comment)

Feedback from various folks has been that the name of this project is confusing – it suggests some relationship to post-install steps. The use-case is very different though: checking that a typescript project can be consumed. It does so by packing the project and installing and using it through npm.

Should we rename this to something like ts-pack-n-play?

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 11.9.6 to 11.10.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ ci/circleci: node8: Your tests failed on CircleCI (Details).
  • ❌ ci/circleci: node10: Your tests failed on CircleCI (Details).
  • ❌ ci/circleci: node11: Your tests failed on CircleCI (Details).
  • ❌ ci/circleci: node6: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Add tests

This project currently doesn't have any tests. It would raise my confidence a bit if it did :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.