Skip to content
TANIGUCHI Masaya edited this page Nov 9, 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