MadeIt is a CLI designed for developers who want to organize, save, and reuse project templates quickly and easily. Ideal for freelancers, boilerplate creators, and anyone who creates new projects on a daily basis.
“You did that? So... Made it.”
MadeIt is a local template repository. You can save any directory as a template and then clone it elsewhere with a single command.
All your templates are saved locally; nothing is sent to the cloud. But if you want, you can store your projects in your own repository!
- Developers who are constantly creating landing pages, micro SaaS, full stacks, and the like.
- Those who are tired of having to install and configure libraries and frameworks.
- Those who work as freelancers and want to standardize their project base.
- Those who want to save time on setup and focus on identity and features.
- Those who love productivity and hate manually copying and pasting folders.
Why waste time configuring projects when you can just focus on what matters most: the project!
You can now install MadeIt globally via NPM:
npm install -g madeitNo need to run
chmod +xornpm link. NPM does it all for you.
If you want to contribute to the project or run it locally from source:
git clone https://github.com/flavioow/madeit
cd madeit
npm install
npm run build
chmod +x bin/mdit.js
npm link| Command | Description |
|---|---|
mdit copy |
Copy the current project to the local repository as a template |
mdit clone |
Clone a saved template to a new directory |
mdit list |
Lists all available templates |
mdit remove |
Removes a template from the local repository |
All commands support interactive mode if you do not pass any arguments.
Documentation will be available soon.
Made with love by @flavioow 💻
This project is still under active development. Contributions and ideas are very welcome!