Code Monkey home page Code Monkey logo

muniz-plugin-tpl's Introduction

@muniz/cli

Muniz 脚手架, 插件模版

项目框架

Eslint

  • 使用 Eslint 进行代码规范校验
  • 继承 于 airbnb 规范

Prettierrc

  • 使用 Prettierrc 进行代码本地、提交时的格式校验
  • 与 Eslint 冲突的解决

Babel

  • 使用 Babel 解析, 使其 ES6、新特性 在 Node - cli 端生效.

Commitlint

  • 进行 Github 代码提交 Commit 校验
  • husky 、 lint-staged

ink

  • React 开发命令行库

开发

开发环境

  • 初始化开发环境

作用: 在新的环境中,初始化开发环境。

// 以下命令均在工程根目录执行

yarn install /* 安装依赖库 */
yarn link /* 执行link 功能, 挂载到 bin 执行环境中 */
  • 运行命令

作用:通过执行以下命令,内部调用 nodemon 监听文件变化 实时转换代码。

yarn dev /* 在工程根目录运行 */

测试

提交

发布

文档

muniz-plugin-tpl's People

Contributors

1160007652 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.