0.0.12-dev • Published 3 years ago
@neargen-js/typegen v0.0.12-dev
@neargen-js/typegen
Installation
# Using Yarn
yarn add @neargen-js/typegen
# Using NPM.
npm install @neargen-js/typegenOr, for global usage
# Using Yarn
yarn global add @neargen-js/typegen
# Using NPM.
npm install -g @neargen-js/typegenNote
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/coreHow 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/' 0.0.12-dev
3 years ago
0.0.11-dev
3 years ago
0.0.10-dev
3 years ago
0.0.9-dev
3 years ago
0.0.8-dev
3 years ago
0.0.5-dev
3 years ago
0.0.4-dev
3 years ago
0.0.3-dev
3 years ago
0.0.2-dev
3 years ago
0.0.1-dev
3 years ago