npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2024 – Pkg Stats / Ryan Hefner

kickstart-it

v1.3.1

Published

πŸš€ The fastest way to setup your projects!

Downloads

21

Readme

πŸš€ Kickstart

The fastest way to setup your Javascript projects!

npm npm node-current

Kickstart demonstration

In less than a minute and just answering questions, you're able to setup:

βœ… README, Changelog, Commitizen and .gitignore βœ… Husky and lint-staged βœ… Linter (ESLint or StandardJS) and formatter (Prettier) βœ… CSS frameworks (Tailwind, Sass or Material UI) βœ… Unit testing frameworks (Jest or Jasmine) βœ… End-To-End testing frameworks (Cypress or Playwright)

It's all 100% customizable! πŸŽ‰

πŸ”§ Installation

Simply run the command below:

npm install -g kickstart-it

πŸ’‘ Usage

In a new project folder (it can have git initialized or package.json already, but if it doesn't kickstart will create it), run the command:

kickstart-it [--config=<path-to-file>] [--outputDir=<path-to-directory>]

Flags

  • --config: use a config file (check the next section)
  • --outputDir: define the directory to init your project
    • Should be a path string, i.e. project, ./project, ./dir/project
    • If it's not created, kickstart will create it
    • If it's not specified here or in the config, the default is current directory

Configuration

The config file must be in JSON. It can have the following properties:

P.S.: You don't have to add all of them, just include the ones you need! All false or missing properties, won't be initialized.

| Property | Accepted values | Note | | -------- | ------ | ----------- | | changelog | "keepAChangelog", "conventionalChangelog", false | | | commitizen | true, false | Only used if changelog is "conventionalChangelog" | | readme | true, false | | | gitignore | true, false | | | husky | true, false | | | language | "js", "ts" | | | type | "cjs", "esm" | | | env | "node", "browser" | | | css | "sass", "tailwind", "mui", false | | | lint | "eslint", "standardjs", false | | | eslint.integratePrettier | true, false | Only used if lint is set to "eslint" | | eslint.configuration | true, false | Only used if lint is set to "eslint" | | format | "prettier", false | If eslint.integratePrettier is set, this is unnecessary | | lintStaged | true, false | Only available if lint or prettier is set | | unitTest | "jest", "jasmine", false | | | e2eTest | "cypress", "playwright", false | | | packageManager | "npm", "yarn", "pnpm" | | | outputDir | String | Path strings, i.e. project, ./project, ./dir/project |

πŸ’¬ Support

Having trouble? Please email me at [email protected]

πŸ‘₯ Contributing

Please do! This project is open source, and I greatly appreciate contributions from anyone! So report bugs, suggest new features and open pull requests to improve the current code!

Here's the link for the repo πŸ‘‡ https://github.com/danilovilhena/kickstart-it

πŸ“ Changelog

Please check the CHANGELOG file.

Did this package help you?

Star this repo and share it with your friends.