@abrusca/casteaching 中文文档教程

发布于 3年前 浏览 23 更新于 3年前

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文