Building the web with austere simplicity. 🤖
Otomte JS is the successor of initializr (deprecated).
You can either clone the Otomte JS from github or install using npm.
- Clone Otomte JS:
git clone https://github.com/crtved/otomtejs.git
- Install using npm:
npm i otomtejs
npm run oto:setup
npm run oto
npm run oto:dev
npm run oto:prod
npm run oto:vue
npm run oto:react <- default
This feature is still in development. You can use Otomte JS in your WordPress website by adding it as a custom theme! Clone Otomte JS under
wp-content/themes/
andcd
to the cloned folder.
npm run oto:wp-setup
WARNING: Once everything is set up properly and you have a WordPress website running on Otomte theme, then you DO NOT want to run
npm run oto:wp-setup
, you'll end up starting from the scratch again, and possibly break your build. You only need to runnpm run oto:wp-setup
ONCE to prevent unwanted result.
npm run oto:wp-dev
npm run oto:wp-prod
You will find the following files and directories under Otomte JS.
├── otomtejs
│ └── config/
│ ├── react-config/
│ ├── vue-config/
│ ├── wp-config/
│ └── preset.js
├── dist/
│ ├── assets/
│ │ ├── css/
│ │ ├── fonts/
│ │ ├── img/
│ │ ├── js/
│ │ └── svg/
│ └── index.html
└── src/
├── js/
│ ├── components/
│ └── index.js
├── scss/
│ ├── partials/
│ └── app.scss
└── index.html
💻 with ❤️ by Art