Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuflakbrr/bikinproject
BikinProject adalah sebuah package starter project generator yang memudahkan Anda saat ingin membuat project.
https://github.com/nuflakbrr/bikinproject
Last synced: 6 days ago
JSON representation
BikinProject adalah sebuah package starter project generator yang memudahkan Anda saat ingin membuat project.
- Host: GitHub
- URL: https://github.com/nuflakbrr/bikinproject
- Owner: nuflakbrr
- License: mit
- Created: 2024-08-07T13:32:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T10:51:09.000Z (5 months ago)
- Last Synced: 2024-12-25T19:49:32.255Z (13 days ago)
- Language: TypeScript
- Homepage: https://nuflakbrr.github.io/bikinproject/
- Size: 2.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BikinProject
![BikinProject](./assets/BikinProject.jpg)
BikinProject is a starter project generator package that makes it easier for you when you want to create a project. The starter project provided is a custom starter project that has been designed in such a way that it can be easily used. Starter projects are available with various frameworks and programming languages.
## List in Other Languages
- [Bahasa Indonesia](./README.md)
## Table of Contents
- [BikinProject](#bikinproject)
- [Table of Contents](#list-of-contents)
- [Start Now](#start-now)
- [List Frameworks](#list-frameworks)
- [Frontend](#frontend)
- [Backend](#backend)
- [Fullstack](#fullstack)
- [How to Contribute](#how-to-contribute)
- [License](#license)
- [Author](#author)## Get Started
You can use this package by running the following command in your `terminal`:
```bash
npx bikinproject@latest
```Then you can answer some questions asked by package `BikinProject`:
```bash
┌ create-bikinproject-app
│
◇ Where should we create your project?
│ ./your-project
│
◇ Pick a project type within "./your-project"
│ Next.js App Router (Tailwind + TypeScript)
│
◇ Install dependencies?
│ No
│
◇ ⏳ Creating project...
│
◇ 🎉 Project Created!
│
◇ Next steps. ───────────────╮
│ │
│ cd ./your-project │
│ npm install │
│ npm run dev │
│ │
├─────────────────────────────╯
│
└ Have a Problems? Report to https://github.com/nuflakbrr/bikinproject/issues
```## Framework List
### Frontend
- React.js (Tailwind + TypeScript)
- React.js (Tailwind + JavaScript)
- Next.js App Router (Tailwind + TypeScript)
- Next.js App Router (Tailwind + JavaScript)### Backend
- Node.js 🚧
### Fullstack
- Laravel Breeze API w/ Next.js App Router (Tailwind + TypeScript)
- Laravel Breeze API w/ Next.js App Router (Tailwind + JavaScript) 🚧## How to Contribute
For a complete guide on how to contribute to this project, please open the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
## License
This work is licensed under the [MIT LICENSE](./LICENSE).
## Author
Author name and contact info,
Naufal Akbar Nugroho
[Website](https://nuflakbrr.vercel.app)
[@nuflakbrr](https://github.com/nuflakbrr)
[@kbrnugroho](https://instagram.com/kbrnugroho)