All Projects → egoist → aho

egoist / aho

Licence: MIT license
ultra simple project scaffolding

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aho

Phint
Interactively scaffolds and init new (or fixup old) PHP project/library with sane defaults using templates in no time
Stars: ✭ 89 (+39.06%)
Mutual labels:  scaffolding
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+143.75%)
Mutual labels:  scaffolding
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (+264.06%)
Mutual labels:  scaffolding
Yii2 Openapi
REST API application generator for Yii2, openapi 3.0 YAML -> Yii2
Stars: ✭ 99 (+54.69%)
Mutual labels:  scaffolding
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (+2478.13%)
Mutual labels:  scaffolding
Outset
A frontend scaffolding tool.
Stars: ✭ 171 (+167.19%)
Mutual labels:  scaffolding
Hermetica
📖Hermetica is scaffold tools, and wiki to implement better flask applications.
Stars: ✭ 66 (+3.13%)
Mutual labels:  scaffolding
angular-scaffolding
🔥 A seed project to help us get up & running with Progressive Web Apps, Google Analytics, Angular Universal, and be able to deploy to App Engine & GitHub Pages
Stars: ✭ 12 (-81.25%)
Mutual labels:  scaffolding
Generator Create Redux App
Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Stars: ✭ 137 (+114.06%)
Mutual labels:  scaffolding
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+232.81%)
Mutual labels:  scaffolding
Igniteui Cli
Ignite UI Command-Line Interface by Infragistics
Stars: ✭ 105 (+64.06%)
Mutual labels:  scaffolding
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (+76.56%)
Mutual labels:  scaffolding
Yii2 Enhanced Gii
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Stars: ✭ 183 (+185.94%)
Mutual labels:  scaffolding
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (+43.75%)
Mutual labels:  scaffolding
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+271.88%)
Mutual labels:  scaffolding
Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (+32.81%)
Mutual labels:  scaffolding
Craftsman
Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.
Stars: ✭ 165 (+157.81%)
Mutual labels:  scaffolding
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Stars: ✭ 149 (+132.81%)
Mutual labels:  scaffolding
uikit3
Laravel 5.5+ Front-end preset for UIKit 3.
Stars: ✭ 44 (-31.25%)
Mutual labels:  scaffolding
Amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
Stars: ✭ 2,345 (+3564.06%)
Mutual labels:  scaffolding

💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


aho

npm version npm downloads install size

ultra simple project scaffolding

Usage

# NPM
npx aho user/repo [destination]
# PNPM
pnpm dlx aho user/repo [destination]

Flags

aho <repo> [destination]

Generate a project from <repo> to [destination], destination defaults to current directory.

<repo> is in the format of user/repo#branch_or_tag, currently only GitHub repositories are supported. #branch_or_tag is optional.

You can also download a sub folder from the repo: user/repo/sub_folder#dev.

--force

By default the command would abort if destination is not empty, use --force if you want to empty the dir before writing to it.

Sponsors

sponsors

License

MIT © EGOIST

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].