rit-fullstack
v1.0.0
Published
Quick syntax reference for Node.js, React & Express
Downloads
142
Maintainers
Readme
rit-fullstack
Quick syntax reference for Node.js, React & Express — directly in your terminal.
No dependencies required. Just run it.
Install
# No install needed — use npx directly
npx rit-fullstackOr install globally:
npm install -g rit-fullstack
rit-fullstackUsage
# Print all sections (Node + React + Express)
npx rit-fullstack
# Print only Node.js syntax
npx rit-fullstack node
# Print only React syntax
npx rit-fullstack react
# Print only Express syntax
npx rit-fullstack express
# Show help
npx rit-fullstack --helpWhat's Included
| Section | Topics | |---------|--------| | Node.js | Modules, functions, callbacks, EventEmitter, buffers, fs sync/streams, array methods, destructuring, chalk colors, Math, strings | | React | Components, props, JSX expressions, lists/map, conditional rendering, useState, event handling, inline/external CSS, key prop, function props | | Express | Setup, MongoDB/Mongoose, Schema & Model, CRUD routes, req/res objects, EJS views/templates | | Shared JS | Variables, template literals, destructuring, spread, arrow functions, array methods, ternary, string methods, comparison operators |
License
MIT
