From 9c5599bc744725f5d05dd3d86dc1729ffdaa5760 Mon Sep 17 00:00:00 2001 From: Daniel Castillo Date: Wed, 26 Jun 2024 10:09:44 -0400 Subject: [PATCH] feat: add readme #19 --- README.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbbe83e --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Nova.js CLI + +A CLI to add hooks to your React project. + +## Getting started + +Please follow the documentation at [novajs.co/cli](https://novajs.co/cli). + +## Questions + +For questions and support please [open a discussion](https://github.com/novajslabs/cli/discussions). + +## Support + +You can support this project in several ways: + +### Star us + +Star this repo. + +### Share + +- [LinkedIn](http://www.linkedin.com/shareArticle?mini=true&url=https://novajs.co) +- [WhatsApp](https://api.whatsapp.com/send?text=https://novajs.co) +- [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://novajs.co) +- [X](https://twitter.com/intent/tweet?url=https://novajs.co) +- [Reddit](https://www.reddit.com/submit?url=https://novajs.co) + +## License + +[MIT](https://github.com/novajslabs/cli/blob/main/LICENSE) diff --git a/package.json b/package.json index 68dfe2b..0030889 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@novajslabs/cli", "version": "0.1.0", - "description": "Add hooks to your React project", + "description": "A CLI to add hooks to your React project", "repository": { "type": "git", "url": "https://github.com/novajslabs/cli"