1.1.1 • Published 3 months ago

localkit v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

LocalKit

LocalKit

The LocalKit CLI provides a series of utilities that can be used by web developers to enhance their workflow. Note that this CLI can be used when connected to the Internet and in offline mode for more sensitive operations.

The key features are:

Getting Started

1) Install the CLI Globally

$ npm install -g localkit

2) Run it with:

$ localkit

Forking Instructions

If you wish to make use of the LocaLKit CLI to perform sensitive operations, I suggest that you fork this repository and lock all dependencies in the package.json file (equivalent to using the --save-exact flag) for security reasons.

Requirements

  • GIT
  • NodeJS ^v21.0.0
  • NPM ^v10.2.0

Installation

1) Clone the repository

$ git clone git@github.com:your-username/localkit.git

2) Install the dependencies

$ npm install

3) Run it

$ npm start

Deployment

$ npm publish

Built With

  • JavaScript

Running the Tests

# Unit Tests
$ npm run test:unit

# Integration Tests
$ npm run test:integration

@TODO

  • Implement the PWA Assets' Generators
  • Implement the JavaScript/Typescript/CSS file template generators

License

MIT

Acknowledgments

Sources