@abrusca/casteaching 中文文档教程
Instal·lació
```狂欢 npm 安装@acacha/casteaching
# Usage
javascript 从'casteaching'导入casteaching // 获取发布的视频列表 castteaching.videos() // 获取每个 ID 的视频 casteaching.video.show(1) // 创建视频 casteaching.video.create({name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/…' }) // 更新视频 casteaching.video.update(1,{name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/…' }) // 破坏 casteaching.video.destroy(1) ```
Author
阿尔伯特·布鲁斯卡·曼琼
More info
- https://github.com/Albert-Brusca/casteaching
- https://github.com/Albert-Brusca/casteaching_package
Creació de repositori propi
- Scoped packages -> Prefix/espai de noms, evitar conflictes de noms -> @acacha/casteaching
- Moure a un repositori a part
- Actualitzar README
- Github submodules
Instal·lació
```bash npm install @acacha/casteaching
# Usage
javascript import casteaching from 'casteaching' // Obtenir llista de vídeos publicats casteaching.videos() // Obtenir vídeo per ID casteaching.video.show(1) // Crear video casteaching.video.create({name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/…' }) // Update video casteaching.video.update(1,{name: 'PHP 101', description: 'Bla bla bla', url: 'https://youtube.com/…' }) // Destroy casteaching.video.destroy(1) ```
Author
Albert Brusca Manchón
More info
- https://github.com/Albert-Brusca/casteaching
- https://github.com/Albert-Brusca/casteaching_package
Creació de repositori propi
- Scoped packages -> Prefix/espai de noms, evitar conflictes de noms -> @acacha/casteaching
- Moure a un repositori a part
- Actualitzar README
- Github submodules