npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

oxentescript

v3.0.0

Published

🌴 A Linguagem de Programação dos Baianos com Tokens Coloquiais Brasileiros + Syntax Highlighting Colorido!

Readme

🌴 OxenteScript

A primeira linguagem de programação brasileira que mistura a cultura baiana com tokens coloquiais de todo o Brasil!

🎨 NOVIDADE: Syntax Highlighting Colorido!

OxenteScript agora tem cores lindas em vários editores e ambientes:

  • 🔴 Tokens Baianos (vermelho): bora, massa, falaai
  • 🟢 Tokens Brasileiros (verde): botaAí, fazAí, seLiga
  • 🟡 Strings (amarelo): "texto"
  • 🟣 Números (roxo): 123
  • Comentários (cinza): // comentário

🚀 Instalação

# CLI global com cores
npm install -g oxentescript

# Ver tokens coloridos
oxente tokens

# Executar com código colorido
oxente run meu-programa.oxe

🎨 Ambientes com Cores

| Ambiente | Status | Como Usar | |----------|--------|-----------| | VS Code | ✅ | Copie oxentescript-vscode/ para extensions | | Editor Web | ✅ | Abra oxentescript-web.html | | Terminal | ✅ | Use oxente tokens, oxente exemplos | | Vim/Neovim | ✅ | Veja CORES.md | | Sublime | ✅ | Veja CORES.md |

📖 Sintaxe

Tokens Baianos (Originais)

  • bora = function (declarar função)
  • massa = let (declarar variável)
  • falaai = console.log (imprimir)
  • seliga = if (condicional se)
  • senao = else (condicional senão)
  • laele = for (loop for)
  • oxe = while (loop while)
  • volta = return (retornar)

Tokens Brasileiros (Novos)

  • botaAí/botaAi = let (variável)
  • éIssoMemo/issoMemo = const (constante)
  • tantoFaz = var (variável var)
  • fazAí/fazAi = function (função)
  • tomaEssa = return (retornar)
  • seLiga = if (se)
  • oxente = else (senão)
  • repeteco = for (repetir)
  • ateQuando = while (enquanto)
  • fazLogo = do (fazer)

Operadores Coloquiais

  • somaLogo = + (somar)
  • tiraAí/tiraAi = - (subtrair)
  • multiplica = * (multiplicar)
  • parteMeio = / (dividir)

Exemplo Colorido

// Exemplo básico baiano
bora exemplo() {
    falaai("🌴 Oxente! Bem-vindo!");
    
    massa nome = "Baiano";
    falaai("Olá,", nome);
    
    laele (massa i = 1; i <= 3; i++) {
        falaai("Contando:", i);
    }
}

// Exemplo com tokens brasileiros
fazAí calculadora() {
    botaAí a = 10;
    botaAí b = 5;
    
    seLiga (a > b) {
        falaai("A é maior!");
    } oxente {
        falaai("B é maior ou igual!");
    }
    
    tomaEssa a somaLogo b;
}

// Chamando as funções
exemplo();
falaai("Resultado:", calculadora());

🌐 Editor Web Online

Abra oxentescript-web.html no navegador para:

  • Syntax highlighting em tempo real
  • Exemplos interativos
  • Transpilação e execução
  • Referência completa de tokens

📱 Uso em Editores Online

Replit (Recomendado)

# Criar projeto Node.js
npm install oxentescript

# Criar arquivo exemplo.oxe
bora teste() {
    falaai("Funcionando no Replit!");
}

# Executar
npx oxente run exemplo.oxe

CodeSandbox

  1. Template HTML/JavaScript
  2. Cole o código de oxentescript-web.html
  3. Ou use Node.js + npm install oxentescript

🛠️ CLI Comandos

# Ver todos os tokens com cores
oxente tokens

# Exemplos coloridos
oxente exemplos

# Executar arquivo
oxente run programa.oxe

# Ajuda
oxente ajuda

# Versão
oxente versao

🎯 Teste Rápido

# Teste as cores agora mesmo!
node teste-cores.js

📚 Documentação Completa

  • CORES.md - Guia completo de syntax highlighting
  • src/examples/ - Exemplos de código
  • oxentescript-vscode/ - Extensão VS Code

🌍 Links

  • GitHub: https://github.com/devxandef/oxentescript
  • NPM: https://npmjs.com/package/oxentescript
  • Demo Online: Abra oxentescript-web.html

🤝 Contribuindo

  1. Fork o projeto
  2. Crie uma branch: git checkout -b minha-feature
  3. Commit: git commit -m 'Adicionando nova feature'
  4. Push: git push origin minha-feature
  5. Abra um Pull Request

📄 Licença

MIT License - veja LICENSE para detalhes.


Feito com 💚 pelos Baianos para o Brasil! 🇧🇷🌴

"Oxente, que linguagem massa!" 😄