@neargen-js/typegen
TypeScript icon, indicating that this package has built-in type declarations

0.0.12-dev • Public • Published

@neargen-js/typegen

Installation

# Using Yarn
yarn add @neargen-js/typegen

# Using NPM.
npm install @neargen-js/typegen

Or, for global usage

# Using Yarn
yarn global add @neargen-js/typegen

# Using NPM.
npm install -g @neargen-js/typegen

Note

If you want to use it with the frontend (or any other environment where fs is not available), you will need to install @neargen-js/typegen as a devDependency and install @neargen-js/core as a regular dependency. Like this

# Using Yarn
yarn add --dev @neargen-js/typegen
yarn add @neargen-js/core

# Using NPM.
npm install --save-dev @neargen-js/typegen
npm install @neargen-js/core

How to Use It?

yarn neargenjs-typegen 
    -a <path to abi files using blob pattern. optional>
        example: './abis/**/*.abi.json'
        default: './abis/**/*.abi.json'

    -o <path to definitions output folder. optional>
        example: './src/near-definitions/'
        default: './neargen-types/'        

Package Sidebar

Install

npm i @neargen-js/typegen

Weekly Downloads

4

Version

0.0.12-dev

License

MIT

Unpacked Size

19.7 kB

Total Files

18

Last publish

Collaborators

  • kostyamospan