Giter Club home page Giter Club logo

ext's Introduction

Javascript扩展集

- ext 集

  • customevent => 自定义工具类
  • js.ext => js原型扩展
  • js.utils => js通用函数
  • customgisapi => 自定义地图API
  • datastructure => js数据结构

- 嵌套git项目

git submodule add 【项目地址】

如果子模块下存在其他子模块,则通过此命令初始化这些嵌套的子模块

git submodule update --init --recursive 
git pull --recurse-submodules
git submodule update --remote
git submodule update --remote --recursive // 嵌套的子模块

cd 到对应子模块目录下进行版本更新

git pull --tags origin main

- git 提交格式规范

:

  • feat: 新功能
  • fix: 修复bug
  • docs: 文档
  • style: 格式(不影响代码运行的变动)
  • refactor: 重构
  • test: 增加测试
  • chore: 构建过程或辅助工具的变动

- git push 至gitee

  1. git remote add gitee 【gitee对应项目地址】
    
  2. git push gitee main
    

- .js文件生成.d.ts

  1. npm i dtsmake -g
    
  2. npm i tern --save-dev
    
  3. dtsmake -s 【js路径】
    

ext's People

Contributors

xizher avatar

Stargazers

 avatar

Watchers

 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.