0.0.3 • Published 4 years ago

sjt v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago
# example.js
# import React from 'react';

# export default function Example() {
#   return (
#     <div>
#       <span>Hello world!</span>
#     </div>
#   );
# }

sjt ./example.js

# output:
# example.json
# {
#   "example.helloWorld": "Hello world!"
# }

🚀 Installation

You don't really need to install anything to use sjt. You can use it with npx:

npx sjt

In case you want to install it:

# might need to run it with sudo on Linux
npm i -g sjt

👨‍⚖️ License

MIT