Set up separate cli tool

Summary:
Discussed that we want this to be both a library and a CLI
tool. Also added a README stub.

Reviewed By: nikoant

Differential Revision: D19969788

fbshipit-source-id: 2c54935ce5953d2053c7bdf601debe0e5e911647
This commit is contained in:
Pascal Hartig
2020-02-21 03:40:16 -08:00
committed by Facebook Github Bot
parent eaf253e60f
commit 05a1c70bc7
5 changed files with 46 additions and 5 deletions

View File

@@ -7,6 +7,4 @@
* @format
*/
(async () => {
console.log('Hello, flipper-pkg.');
})();
export const PKG = 'flipper-pkg';