naver / egjs-jquery-transform

A method extended from the jQuery animate() method. It supports CSS transform property and 3D acceleration.
https://naver.github.io/egjs-jquery-transform/
MIT License
19 stars 2 forks source link

change repository name and related #11

Closed jongmoon closed 7 years ago

jongmoon commented 7 years ago

Description

This is jquery plugin. But User can't know that it is jquery plugin because current name(egjs-transform) does not expose it.

It was needless to rename because egjs was developed using jquery. But Other egjs do not depend on jquery anymore.

New Name will be egjs-jquery-transform

jongmoon commented 7 years ago

TODO

Issue

It is clear to change from egjs-transform to egjs-jquery-transform. But below cases are some ambiguous.

jsdoc

property AS-IS TO-BE
applicationName eg.Transform ?

Candidates

package.json

property AS-IS TO-BE
name \@ egjs/transform ?
main dist/transform.js - (retain)
es2015 src/Transform.js -(retain)

Here we want to change repository. File names are not my concern. So retain file names.

README.md

webpack.config.js

Retain entry name because entry nametransform will be the file name.

var config = {
   entry: {
     "transform": "./src/index.js"
  },
}
property AS-IS TO-BE
libarry transform - (retain)
jongmoon commented 7 years ago

More Jobs Done