1.1.2 • Published 5 months ago
arcao-nft-collection-builder v1.1.2
TypeScript NPM Package Template
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
- Use this template by clicking "Use this template" on GitHub
- Clone your new repository
- Update the package name in
package.json
- 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