All Projects → ixahmedxi → Initior

ixahmedxi / Initior

Licence: mit
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Initior

Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+1335.29%)
Mutual labels:  command-line-tool, cmd, cli, terminal
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (+476.47%)
Mutual labels:  command-line-tool, cli-app, cmd, cli
Sqlite Global Tool
SQLite .NET Core CLI tool that allows the user to manually enter and execute SQL statements with or without showing query result.
Stars: ✭ 37 (+117.65%)
Mutual labels:  command-line-tool, cmd, cli, terminal
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+6670.59%)
Mutual labels:  command-line-tool, cli-app, cmd, cli
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+25911.76%)
Mutual labels:  command-line-tool, cli, terminal
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+28411.76%)
Mutual labels:  command-line-tool, cli, terminal
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+167923.53%)
Mutual labels:  command-line-tool, cli, gitignore
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+4658.82%)
Mutual labels:  cli-app, command-line-tool, terminal-app
Wpk
a friendly, intuitive & intelligent CLI for webpack
Stars: ✭ 232 (+1264.71%)
Mutual labels:  command-line-tool, webpack, cli
Github cli
GitHub on your command line. Use your terminal, not the browser.
Stars: ✭ 263 (+1447.06%)
Mutual labels:  command-line-tool, terminal-app, cli
Tsukae
🧑‍💻📊 Show off your most used shell commands
Stars: ✭ 345 (+1929.41%)
Mutual labels:  command-line-tool, cli, terminal
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (+705.88%)
Mutual labels:  command-line-tool, cli-app, cli
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (+641.18%)
Mutual labels:  command-line-tool, cli, terminal
Licensed
⚖️ ✔️ licensed is an interactive command line tool to help you choose and add licenses to your projects
Stars: ✭ 220 (+1194.12%)
Mutual labels:  command-line-tool, cli, license
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (+476.47%)
Mutual labels:  command-line-tool, cli, terminal
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+19188.24%)
Mutual labels:  cli-app, cli, terminal
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (+2105.88%)
Mutual labels:  command-line-tool, cli-app, cli
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+3576.47%)
Mutual labels:  command-line-tool, cli, terminal
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (+429.41%)
Mutual labels:  command-line-tool, cli-app, cli
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (+447.06%)
Mutual labels:  command-line-tool, cli, license

Initior

Initior is a command line application that let's you initialize your new projects the right way. Npm and Yarn's init only creates a package.json file and you will have to edit the package.json file manually if you want more properties in there. Initior will ask you more questions to hopefully prevent that and also will suggest some of the most popular npm packages to install for your project. Got more packages to install? Two more questions will let you input all your extra dependencies and they will be installed. Initior will also set up Eslint, Babel, Webpack, Mocha and Gulp for you, some won't be fully set up but Initior will at least create the initial files and install the plugins you chose. Initior can also write a .gitignore to make your project git ready from the start. Initior can also create a LICENSE.md file by checking the license type in the package.json file and if it matches any of the 11 supported licenses, it will create one for you!

Screenshot

Sponsor

Features

  • Powerful: Initior is made to be powerful, it is made to let you have the most time actually coding the project and not setting it up and worrying about making everything work making it super efficient to use in your projects.
  • Intuitive: Initior is simple to use and very user friendly, simply writing a short command in the terminal opens up all of Initior's powerful features in your hands. No learning what so ever is needed to get started too!
  • Fast: Initior is super fast in execution and the time it takes to actually finish the whole process. The moment you agree on writing a file, it gets written immediately without any issues and let's you move on to the next question.

Installation

Installing Initior is pretty simple, you only have two ways of installing it and they are both pretty similar.

NPM: npm install --global initior

YARN: yarn global add initior

PNPM: pnpm install --global initior

After running any of these commands, run init --version to make sure you have Initior installed

Usage

To get started using Initior, you change your terminal's directory to your project's folder and then run the "init" command. Try to answer all questions and choose the dependencies and voila you're done, if you have ever used yarn or npm's init command, this should be familiar.

Initior is so simple to use, it has only two options to use. The first option is the --yarn or -y option which let's you install all the dependencies using yarn. The second option is the --pnpm or -p option which let's you install all the dependencies using pnpm!

License

MIT License

Copyright (c) 2017 Ahmed Tarek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].