Skip to content
TANIGUCHI Masaya edited this page Nov 7, 2017 · 9 revisions

s2s


Build Status Coverage Status tested with jest styled with prettier lerna

A tool for fast coding with AST analysis

For advanced usage, there are examples.

Concept

  • s2s generates the new source codes from your source code in real time.
  • s2s watches your editor and makes snippets.
  • s2s runs a BabelPlugin to apply the results into the source codes, when it matched the name of changed file.

Pros

  • You can use any editors. They are Atom and VSCode and more.
  • You can write any features. s2s just runs BabelPlugins.

Articles

日本語

Users

SSconnect/ssconnect

もし、あなたの会社やプロジェクトでs2sを使っている場合は、プルリクエストを送ってリストに追加してくださると嬉しいです。(アルファベット順でお願いします)

貢献

どのような貢献でもウェルカムです。

また、このレポジトリは、all-contributorsSpecに従って運用しています。

あたながコードとテストを書いて貢献した場合、以下のコマンドを打ってください。

$ yarn run all-contributors GitHubのアカウント名 code,test

また、ドキュメントの追加や修正を行った場合は以下のコマンドです。

$ yarn run all-contributors GitHubのアカウント名 doc

詳しくは、all-contributorsを参照してください。

どのような貢献でも待っています。

Clone this wiki locally