Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pnpm/pn

This is an experimental wrapper over the pnpm CLI written in Rust
https://github.com/pnpm/pn

Create SECURITY.md

fhar28 opened this pull request 2 days ago
Use `thiserror` crate to derive `std::error::Error` for error enums

Turbo87 opened this pull request about 2 months ago
Remove unused dependencies

Turbo87 opened this pull request about 2 months ago
Can I replace pnpm?

Super1Windcloud opened this issue 2 months ago
[Idea] Plan to make pn more useful

Simon-Laux opened this issue 3 months ago
Publish..

jayvdb opened this issue 4 months ago
feat: split to create a library

jayvdb opened this pull request 4 months ago
Update dependencies

jayvdb opened this pull request 5 months ago
chore(deps): bump actions/cache from 3.3.2 to 4.0.2

dependabot[bot] opened this pull request 10 months ago
chore(deps): bump actions/cache from 3.3.2 to 4.0.1

dependabot[bot] opened this pull request 10 months ago
chore(deps): bump actions/cache from 3.3.2 to 4.0.0

dependabot[bot] opened this pull request 12 months ago
chore(deps): bump actions/cache from 3.3.2 to 3.3.3

dependabot[bot] opened this pull request 12 months ago
Introduce ShellQuoted to avoid shell quoting issues

vemoo opened this pull request about 1 year ago
chore(deps): bump actions/cache from 3.3.1 to 3.3.2

dependabot[bot] opened this pull request over 1 year ago
chore(deps): bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request over 1 year ago
chore(deps): bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request over 1 year ago
chore(deps): bump actions/cache from 2.1.5 to 3.3.1

dependabot[bot] opened this pull request over 1 year ago
docs: fix a code snippet

KSXGitHub opened this pull request over 1 year ago
ci: fix dependabot

KSXGitHub opened this pull request over 1 year ago
pass args to scripts

Yakiyo opened this pull request over 1 year ago
Pass additional command line arguments when running scripts

Yakiyo opened this issue over 1 year ago
run script if exists

Yakiyo opened this pull request over 1 year ago
Replace `PnError::Other` with helpful variants

KSXGitHub opened this pull request over 1 year ago
Mock side effects

KSXGitHub opened this pull request over 1 year ago
refactor: Create a testable `list_scripts`

KSXGitHub opened this pull request over 1 year ago
Script name, version and path

Yakiyo opened this pull request over 1 year ago
Reduce syscalls caused by `println!`

KSXGitHub opened this issue over 1 year ago
refactor command and error handling

Yakiyo opened this pull request over 1 year ago
Missing LICENSE file

KSXGitHub opened this issue over 1 year ago
Replace `ansi_term` with `yansi`

KSXGitHub opened this pull request over 1 year ago
feat: List commands

KSXGitHub opened this pull request over 1 year ago
Replace `actions-rs/clippy-check` github action with `cargo clippy` command

KSXGitHub opened this pull request over 1 year ago
refactor: Move tests in main into `tests` module

KSXGitHub opened this pull request over 1 year ago
Fix another mistake in some code snippets

KSXGitHub opened this pull request over 1 year ago
Use `pretty_assertions::assert_eq`

KSXGitHub opened this pull request over 1 year ago
Add a code style guide to help Rust beginners

KSXGitHub opened this pull request over 1 year ago
Fix documentation mistake

KSXGitHub opened this pull request over 1 year ago
Reduce branching

KSXGitHub opened this pull request over 1 year ago
Stop repeating `Path::new("node_modules").join(".bin")`

KSXGitHub opened this pull request over 1 year ago
feat: prepend node_modules/.bin to the start of PATH

chengcyber opened this pull request over 1 year ago
feat: throw a meaningful error when missing package.json

chengcyber opened this pull request over 1 year ago
Update `build-fs-tree`

KSXGitHub opened this pull request over 1 year ago
refactor: Remove star import

KSXGitHub opened this pull request over 1 year ago
Polish

KSXGitHub opened this pull request over 1 year ago
Option 2: Just write a function for the duplicated code

KSXGitHub opened this pull request over 1 year ago
Option 2: Just write a function for the duplicated code

KSXGitHub opened this pull request over 1 year ago
Option 1: Deduplicate the matcher

KSXGitHub opened this pull request over 1 year ago
Replace `sh` with custom script command parser

KSXGitHub opened this issue over 1 year ago
feat: --workspace-root

zkochan opened this pull request over 1 year ago
Configure "clap" for arguments parsing

zkochan opened this issue over 1 year ago
Change string interpolation style

KSXGitHub opened this pull request over 1 year ago
Add an e2e test

zkochan opened this pull request over 1 year ago
Non-zero status code should cause errors

KSXGitHub opened this pull request over 3 years ago
Move all import statements to one place

KSXGitHub opened this pull request over 3 years ago
Remove `#[derive(serde::Serialized)]` since it is unused

KSXGitHub opened this pull request over 3 years ago
Control how error messages are displayed

KSXGitHub opened this pull request over 3 years ago
I recommend merging imports together (you may reject this PR if you disagree)

KSXGitHub opened this pull request over 3 years ago
Declare the structure of `package.json` instead of duck-typing

KSXGitHub opened this pull request over 3 years ago
Setup testing CI

KSXGitHub opened this pull request over 3 years ago
Some of my opinions on Rust code style

KSXGitHub opened this pull request over 3 years ago