2.3.4 • Published 3 years ago
c0d3 v2.3.4
Installation
$ npm install --global c0d3Login
$ c0d3 login | lSubmit
$ c0d3 submit | sLogout
$ c0d3 logoutVersion
$ c0d3 --version | -VHelp Menu
$ c0d3 helpContributing
CLI options:
c0d3 submit:
--url "http://YOUR_DEV_SERVER"To point to another graphQL endpoint--debug | -dTo use a test account token instead of you personnal account
c0d3 login:
--url "http://YOUR_DEV_SERVER"To point to another graphQL endpoint
Paradigme:
- Error handeling: For a sweet user experience do not throw raw error instead throw a comprehensible message.
try {
// ...code
} catch {
throw new Error(MY_USER_FRIENDLY_MESSAGE)
}Publishing
- Update
package.jsonversion. - run
npm run build - Publish!
npm publish
Must be done in the order above (specifically, build then publish) because build produces a package.json inside the dist folder, which is used for upgrade checks
License
MIT
2.3.4
3 years ago
2.3.3
3 years ago
2.3.0
3 years ago
2.3.2
3 years ago
2.3.1
3 years ago
2.2.9
3 years ago
2.2.8
4 years ago
2.2.5
4 years ago
2.2.7
4 years ago
2.2.6
4 years ago
2.2.4
4 years ago
2.1.4
5 years ago
2.1.3
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.4.2
6 years ago
1.4.1
7 years ago
1.3.1
7 years ago
1.2.1
7 years ago
1.1.1
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago