A simple CLI tool to generate frameworkless frontend projects with a modern developer experience
npm install inframousFor some reason, I like to build projects according to this guide. The only annoying thing is performing the initial steps.
This package makes it easy to set up these projects using a CLI command.
NOTE: The original guide doesn't use Typescript, but this package does.
Install this package.
``bash`
npm install -g inframous
Create new projects using the inframous command.
`bash``
mkdir your-project-folder
cd your-project-folder
inframous