Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tips for OSS
Search
kkeeth
August 04, 2018
0
480
Tips for OSS
kkeeth
August 04, 2018
Tweet
Share
More Decks by kkeeth
See All by kkeeth
とある EM の初めての育休からの学び
clown0082
1
910
The history of Javascript frameworks: changes in front-end design philosophy
clown0082
2
130
Visually experience the beauty of mathematics with p5.js
clown0082
1
2.8k
Rediscover the joy of coding with Creative Coding
clown0082
0
1.4k
全員が意思決定する会社で開発者体験や生産性を見る大変さについて
clown0082
0
570
JavaScript × Mathematics go to Digital Art
clown0082
1
340
In-house study group at YUMEMI
clown0082
0
180
Playing Ionic Logo by p5.js
clown0082
0
240
Skills that employers recommend students to acquire
clown0082
1
280
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
A designer walks into a library…
pauljervisheath
205
24k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Designing for Performance
lara
604
68k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
GraphQLとの向き合い方2022年版
quramy
44
13k
YesSQL, Process and Tooling at Scale
rocio
171
14k
Facilitating Awesome Meetings
lara
51
6.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
51k
Transcript
Tips for OSS k-kuwahara @kuwahara_jsri @clown0082
About me const my_info = { Name: ‘܂ݪਔ’, Home: ‘ෑ,
ౡ’, Interest: ‘όεέ, কع, ຊञ’, PokemonGo: ‘TL38’, Workplace: ‘Yumemi Inc’, Skillset: ‘JavaScript, Node.js, PHP, Ruby’ }
github.com/riot
Publicity
https://riotjs-jp.connpass.com/event/95244/
Please feel free to join us !! https://riotjs-jp.connpass.com/event/95244/
⚠Attention⚠ The code does not appear in this slide❗ I'm
so sorry❗
Have you ever published a library?
I made these two libraries using .
https://www.npmjs.com/package/ja-greetings
https://www.npmjs.com/package/ja-greetings Please download
https://www.npmjs.com/package/cmd-ranking
https://www.npmjs.com/package/cmd-ranking Please download
Why ?
1. JavaScript 2. Studying asynchronous processing ✎ 3. Easier than
I thought 4. There are lots of knowledge Because…
Why ?
1. High affinity with javascript 2. Studying OSS ✎ Because…
Procedure until release to npm
1. Create account on npm site 2. Develop library 3.
Write setting items necessary for package.json 4. Login npm on your terminal 5. execute “npm publish” ToDo
package.json (excerpt)
package.json (excerpt)
What do I need for OSS? (tips)
• Enrich README • Enhance help • Prepare a shortcut
command • Put some badges on README Tips
README contents
-h, —help
shortcut shortcut command
shortcut The substance is this
Plz show this site → https://shields.io/ BTW, We can also
make our own badge ↓ For badges
Let’s create any libraries!! and Let’s personal branding!!
None