Starter Kitty is a collection of common utilities and packages for JavaScript projects. It is designed to provide sensible defaults for common tasks, such as file system operations and input validation.
Application security is hard. There are often many ways to get it wrong, and it's easy to make mistakes when you're trying to ship features quickly. This package provides a set of components that are safe-by-default, so you can focus on building your app without worrying about common security footguns.
Please refer to the documentation website for detailed API documentation and usage examples.
@opengovsg/starter-kitty-fs
: Safe file system operations.@opengovsg/starter-kitty-validators
: Common input validators.