@owl-plantation/owlfrontend
v1.0.0
Published
Owl Frontend Framework
Readme
@owl-plantation/owlfrontend
Owl Frontend Framework - JavaScript framework untuk PT. ORIGIN WIRACIPTA LESTARI
Instalasi
npm install @owl-plantation/owlfrontendPenggunaan via CDN
<!-- unpkg (latest) -->
<script src="https://unpkg.com/@owl-plantation/owlfrontend/dist/owlfrontend.min.js"></script>
<!-- jsDelivr (latest) -->
<script src="https://cdn.jsdelivr.net/npm/@owl-plantation/owlfrontend/dist/owlfrontend.min.js"></script>
<!-- Specific version -->
<script src="https://unpkg.com/@owl-plantation/[email protected]/dist/owlfrontend.min.js"></script>Push ke Git
Husky akan otomatis menjalankan lint dan test sebelum push:
git add .
git commit -m "feat: initial commit"
git pushStruktur
owlfrontend/
├── src/
│ └── owlfrontend.js # Main framework
├── package.json
├── .gitignore
└── README.md