atomist-js

Atomist-js is a CLI for a bunch of Javascript (and web)-related refactoring tools (called "editors").

Usage no npm install needed!

<script type="module">
  import atomistJs from 'https://cdn.skypack.dev/atomist-js';
</script>

README

Build Status

atomist-js

Atomist-js is a CLI for a bunch of Javascript (and web)-related refactoring tools (called "editors").

Listing Editors

For a list of available editors, type:

node app.js

Running an editor

node app.js EditorName

e.g.

node app.js AddSimpleComponent

Starting the test runner

npm test

or

npm run test-watch