1.1.2 • Published 5 months ago

arcao-nft-collection-builder v1.1.2

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

TypeScript NPM Package Template

license

A template for creating and publishing TypeScript npm packages with automated GitHub workflows.

Features

  • TypeScript configuration
  • Jest testing setup
  • Automated npm publishing
  • GitHub Actions workflows
  • Environment variable support
  • Comprehensive documentation

Getting Started

  1. Use this template by clicking "Use this template" on GitHub
  2. Clone your new repository
  3. Update the package name in package.json
  4. Set up GitHub repository secrets:
    • NPM_TOKEN: Your npm access token for publishing
    • Add any other secrets your package needs

Installation

npm install arcao-nft-collection-builder

Usage

import { NFTCollectionBuilder } from "arcao-nft-collection-builder";

// Add usage examples here

Development

See the development guide for detailed instructions on:

  • Setting up your development environment
  • Building the project
  • Running tests

Environment Variables

See the environment documentation for details on configuring environment variables.

Publishing

See the publishing guide for instructions on:

  • Updating the package version
  • Publishing to npm
  • Verifying the published package

License

MIT License - see the LICENSE file for details

1.1.2

5 months ago

1.1.1

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago