Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

toka

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toka

A handy tool to generate common files in command line

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
83
increased by418.75%
Maintainers
2
Weekly downloads
 
Created
Source

Toka

NPM version NPM download David Status

A handy tool to generate common files in command line

I used to searching in Google then copy and paste these files, silly.

npm install toka -g

toka
toka -v
toka .gitignore <LAUNGUAGE NAMES>   # alias to toka g/git
toka .bowerrc <COMPONENT DIR>       # alias to toka b
toka license <LICENSE NAME>         # alias to toka l
toka webpack                        # alias to toka w
toka gulp                           # alias to toka gu
Arguments:

gitignore only:

  • -d/--default : generate default file
  • -a/--append : append to an existing file
  • -g/--global : save to ~/.gitignore_global
  • --dir: the directory to save to

webpack only:

  • -p/--path
  • -f/--filename
  • -e/--entry
  • --dir: the directory to save to

gulp only:

  • -b/--babel : use gulpfile.babel.js
  • --dir: the directory to save to

Example:

toka .gitignore -d
toka .gitignore python,go -a
toka .gitignore windows
toka .bowerrc lib
toka license MIT
toka gulp -b
toka webpack -e src/app/app.js -p /build/js -f bundle.js

The .gitignore languages we support: Full List

The LICENSE type we support:

(Fuzzy search is now supported! It means you can simply type things like toka l apa to add Apache license)

  • Apache-2.0
  • BSD-2
  • BSD-3
  • GPL-2.0
  • ISC
  • MIT
  • MPL-2.0
  • WTF
  • SOX

Yap, here we go and go happy.

Q: what does toka stand for?

A: My girlfriend, here she is: NSFW

LICENSE

MIT

Keywords

FAQs

Package last updated on 21 Oct 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc