Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

change repository name and related #11

Closed
jongmoon opened this issue Aug 8, 2017 · 2 comments
Closed

change repository name and related #11

jongmoon opened this issue Aug 8, 2017 · 2 comments

Comments

@jongmoon
Copy link
Contributor

jongmoon commented Aug 8, 2017

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
Copy link
Contributor Author

jongmoon commented Aug 8, 2017

TODO

  • CONTRIBUTING.md
  • jsdoc.json
  • NOTICE
  • package.json
  • README.md
  • test/manual/index.html
  • webpack.config.js
  • demo
  • repository name
  • npm

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

  • eg.$Transform (
  • eg.JQueryTransform
  • eg.Jquery.Transfrom
  • eg.jquery-transform
  • eg.jquery.transform

package.json

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

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

README.md

  • Travis and coveralls are need to check!

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 pushed a commit that referenced this issue Aug 11, 2017
jongmoon pushed a commit that referenced this issue Aug 11, 2017
jongmoon pushed a commit that referenced this issue Aug 11, 2017
jongmoon pushed a commit that referenced this issue Aug 11, 2017
jongmoon pushed a commit that referenced this issue Aug 11, 2017
@jongmoon
Copy link
Contributor Author

More Jobs Done

  • travisCI
  • coveralls

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant