@olostecnologia/npm-package-boilerplate-test-8
v0.1.1
Published
Teste pacote Olos
Downloads
7
Keywords
Readme
@olostecnologia/npm-package-boilerplate-test-8
Teste pacote Olos
📦 Instalação
npm install @olostecnologia/npm-package-boilerplate-test-8🚀 Uso Básico
import { } from '@olostecnologia/npm-package-boilerplate-test-8';
// Exemplo de uso🧪 Desenvolvimento
# Instalar dependências
npm install
# Executar em modo desenvolvimento
npm run dev
# Executar testes
npm test
# Fazer build
npm run build
# Executar linting
npm run lint📝 Scripts Disponíveis
| Script | Descrição |
|--------|-----------|
| npm run dev | Modo desenvolvimento com watch |
| npm run build | Build de produção |
| npm test | Executar testes |
| npm run lint | Verificar código com ESLint |
| npm run format | Formatar código com Prettier |
| npm run changeset | Criar changeset para release |
🔄 Release
Este projeto usa Changesets para gerenciamento de versões.
# Criar um changeset
npm run changeset
# Aplicar versões (local)
npm run version
# Publicar (automático via GitHub Actions)
npm run release🤝 Contribuição
- Fork o projeto
- Crie uma branch para sua feature (
git checkout -b feature/nova-feature) - Commit suas mudanças (
git commit -m 'Add nova feature') - Push para a branch (
git push origin feature/nova-feature) - Abra um Pull Request
📄 Licença
Este projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.
👨💻 Autor
Ricardo
