Skip to content

zorgjbe/BC-stubs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

BC-stubs

Auto-generated .d.ts stub files for the Bondage Club game (https://gitgud.io/BondageProjects/Bondage-College).

Installation

To install the package one must:

  1. Install BC-Stubs either from npmjs (npm install bc-stubs) or directly from github (npm install bananarama92/BC-stubs). Pinning a tag is recommended in particular when installing directly from github.
  2. Ensure that the package is specified in the include field of tsconfig.json:
{
    "include": [
        "node_modules/bc-stubs/bc/**/*.d.ts"
    ]
}

About

Auto-generated .d.ts stub files for BC

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.9%
  • Python 9.1%