Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Give your new project a kick!
Drastically reduce the time it take to spin up a new project. Even with a starter boilerplate the time you spend setting it up for a new project can add up. With kick-init a single command will have your starter project up and running in a matter of minutes.
When used to full potential kick-init will:
npm install
-r
flag)-r
flag)-r
flag)$ npm i -g kick-init
or
$ yarn add -g kick-init
or just use with npx to run without downloading
$ npx kick-init -V
kick
is the only necessary command to get started. All arguments and flags are optional. The repo defaults to the first one listed in the config file or the default if no config is present. kick-init defaults to not creating a remote repo but can be added with the -r
flag.
$ kick --help
Usage:
$ kick [repo][flag] generate the [repo] starter in the current directory
Options:
-c, --clone specify a random repo to clone
-e, --enterprise use enterprise github instance
-h, --help print help menu
-l, --list print starter repo options
-r, --remote create a remote repo for this project
-v, --version print current version of kick-init package
-V, --verbose print out each command being executed
[repo] specify the repo to clone, defaults to first in list
Examples
$ kick
will run kick-init with first repo listed in config and no remote repo
$ kick -r
will run kick-init with first repo listed in config with remote repo
$ kick b
will run kick-init with b and no remote
$ kick -c https://github.com/davidicus/myboilerplate.git
will run kick-init with the myboilerplate repo and no remote
In order to get the full benefits of kick-init add a .kickconfig.json file to your root directory. Without the config file you will not be able to create a remote repo but can still start a local project.
There are two sections of the config, repos and github. The repos property will list out all repos available to clone. You can list as many as you want and name them whatever you like. The second property, github, will list your username and personal access token. If you have an enterprise github instance you can add those credentials to be able to push to enterprise instead of public.
Check out how to get a personal access token here. Now, get ta kickin!
//.kickconfig.json
//a, build, z below can be named anything you want to identify the repo
{
"repos": {
"a": "https://github.com/davidicus/react-app-starter.git",
"build": "https://github.com/davidicus/build-ignore.git",
"z": "https://github.com/davidicus/build-ignore-test.git"
},
"github": {
"token": "yourPersonalAccessToken",
"username": "yourUserName",
"ent_token": "yourEnterprisePersonalAccessToken",
"ent_username": "yourEnterpriseUserName",
"ent_hostname": "yourEnterpriseHostName"
}
}
MIT © David Conner
FAQs
cli tool for getting your new project a kick start!
The npm package kick-init receives a total of 21 weekly downloads. As such, kick-init popularity was classified as not popular.
We found that kick-init demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.