1.0.0 β€’ Published 5 years ago

nps-with-rc v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nps-with-rc

A fork of this wonderful project because I'm impatient. Please see that package for all other documentation, support for .npsrc is the only feature added by this package.

CLI Configuration File

Some of the options accepted by CLI can also be provided in a .npsrc or .npsrc.json JSON configuration file. It will search upwards starting in the directory the nps command was invoked from.

The accepted options are:

  • require
  • config

The other options can be provided in the specified configuration file (or the default package-scripts.js) once it is loaded, but these options need to be provided in order to find and parse the configuration file.

This is can be useful when you have a reqular set of options you need to pass to nps, especially when using series.nps() or concurrent.nps() from nps-utils.

{
  "require": "ts-node/register/transpileOnly",
  "config": "package-scripts.ts"
}

Contributors

Thanks goes to these people (emoji key):

Kent C. DoddsπŸ’» πŸ“– πŸš‡ πŸ’‘ πŸ“Ή πŸ‘€David WellsπŸ’»Abhishek ShendeπŸ’» ⚠️Rowan OultonπŸ’» πŸ“– ⚠️Gilad GoldbergπŸ’»Tim McGeeπŸ’» πŸ“–Nik ButenkoπŸ’‘ πŸ’»
TommyπŸ› πŸ’» ⚠️ πŸ‘€Jayson HarshbargerπŸ’‘ πŸ‘€JD IsaacksπŸ’» ⚠️Christopher HillerπŸ‘€ πŸ› πŸ’» πŸ“– ⚠️Robin MalfaitπŸ’‘Eric McCormickπŸ‘€ πŸ“–Sam VerschuerenπŸ‘€
Sorin MunteanπŸ’» ⚠️ πŸ“–Keith GunnπŸ› πŸ’» ⚠️Joe MartellaπŸ› πŸ’» ⚠️Martin SegadoπŸ“–Bram BorggreveπŸ› πŸ’»Elijah ManorπŸ“ΉRagu RamaswamyπŸ’» ⚠️ πŸ›
Erik FoxπŸ› πŸ’» πŸ“– ⚠️Aditya Pratap SinghπŸ‘€bumbleblymπŸ’» πŸ“–Islam AttrashπŸ’»JasonSooterπŸ“–Nate CavanaughπŸ’»Wissam AbirachedπŸ’» ⚠️
PaweΕ‚ MikoΕ‚ajczykπŸ’» ⚠️Kyle WelchπŸ’» ⚠️Lufty WirandaπŸ’»Bhargav PonnapalliπŸ’»faliesonπŸ“– πŸ”§Suhas KaranthπŸ› πŸ’»Eric SkramπŸ“–
Kether SaturniusπŸ’» πŸ“–SviatoslavπŸ› πŸ’»Wei WangπŸ’»Sami JaberπŸ› πŸ’»Florian LΓΆchleπŸ’»Kevin JπŸ’»Ben TeichmanπŸ’» πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT