2.1.2 • Published 5 months ago

@luxass/projectrc v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

projectrc

npm version npm downloads

You should not use this package, it is probably only useful for me.

📦 Installation

npm install @luxass/projectrc

📚 Usage

import { getREADME, getRepository, repositoryExists, resolveConfig, resolveProjectRC } from "@luxass/projectrc";

// check if a repository exists
const exists = await repositoryExists({
  owner: "luxass",
  repo: "projectrc",
  githubToken: process.env.GITHUB_TOKEN
});

// get the repository's ProjectRC file
const projectRCFile = await resolveConfig({
  owner: "luxass",
  repo: "projectrc"
});

// get the repository
const repository = await getRepository({
  owner: "luxass",
  repo: "projectrc",
  githubToken: process.env.GITHUB_TOKEN
});

// get the repository's readme
const readme = await getREADME({
  owner: "luxass",
  repo: "projectrc",
  githubToken: process.env.GITHUB_TOKEN
});

// resolve the projectrc file
const projectRC = await resolveProjectRC({
  owner: "luxass",
  repo: "projectrc",
  githubToken: process.env.GITHUB_TOKEN
});

📄 License

Published under MIT License.

2.1.2

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0-beta.2

5 months ago

2.0.0-beta.4

5 months ago

2.0.0-beta.3

5 months ago

2.0.0-beta.1

5 months ago

2.0.0-beta.0

5 months ago

1.4.0

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago